mirror of
https://github.com/moby/moby.git
synced 2025-07-30 18:23:29 +03:00
@ -548,7 +548,7 @@ func TestPostContainerBindNormalVolume(t *testing.T) {
|
||||
}
|
||||
|
||||
if fooDir2 != fooDir {
|
||||
t.Fatal("expected volume path to be %s, got: %s", fooDir, fooDir2)
|
||||
t.Fatalf("expected volume path to be %s, got: %s", fooDir, fooDir2)
|
||||
}
|
||||
|
||||
logDone("container REST API - can use path from normal volume as bind-mount to overwrite another volume")
|
||||
|
Reference in New Issue
Block a user