Merge pull request #14205 from YanFeng-Adam/patch

update testcase mount/sharedsubtree_linux_test.go
Upstream-commit: 363cc51e82cd69e91f81086f50a31c0ecc61f4b1
Component: engine
This commit is contained in:
Jessie Frazelle
2015-07-13 14:28:30 -07:00

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 {