update testcase mount/sharedsubtree_linux_test.go

Signed-off-by: Yan Feng <yanfeng2@huawei.com>
Upstream-commit: 2cca502c054f9e6c5845206aace8ffe8059b4f5a
Component: engine
This commit is contained in:
Yan Feng
2015-06-26 16:34:07 -04:00
parent 0a0ed52f4f
commit 49b6701d13

View File

@ -107,7 +107,7 @@ func TestSubtreePrivate(t *testing.T) {
}
// Testing that when a target is a shared mount,
// then child mounts propogate to the source
// then child mounts propagate to the source
func TestSubtreeShared(t *testing.T) {
tmp := path.Join(os.TempDir(), "mount-tests")
if err := os.MkdirAll(tmp, 0777); err != nil {