diff options
Diffstat (limited to 'pkg/internal')
| -rw-r--r-- | pkg/internal/testtool/main.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/internal/testtool/main.go b/pkg/internal/testtool/main.go index edffab7e..80f87435 100644 --- a/pkg/internal/testtool/main.go +++ b/pkg/internal/testtool/main.go @@ -259,6 +259,10 @@ func main() { next() } + if m.Next != nil && m.Next.Root == "/kvm" { + next() + } + if m.Next != nil { log.Println("unexpected extra mount entries") for m.Next != nil { |
