mirror of
https://github.com/opencontainers/runc.git
synced 2025-10-18 21:34:40 +08:00
libcontainer: unconvert
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@@ -1629,7 +1629,7 @@ func TestRootfsPropagationSharedMount(t *testing.T) {
|
||||
t.Logf("findmnt error %q: %q", err, outtrim)
|
||||
}
|
||||
|
||||
if string(outtrim) != dir2host {
|
||||
if outtrim != dir2host {
|
||||
t.Fatalf("Mount in container on %s did not propagate to host on %s. finmnt output=%s", dir2cont, dir2host, outtrim)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user