mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update testcase mount/sharedsubtree_linux_test.go
Signed-off-by: Yan Feng <yanfeng2@huawei.com>
This commit is contained in:
parent
4ab8b88286
commit
2cca502c05
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue