|
@@ -107,7 +107,7 @@ func TestSubtreePrivate(t *testing.T) {
|
|
}
|
|
}
|
|
|
|
|
|
// Testing that when a target is a shared mount,
|
|
// 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) {
|
|
func TestSubtreeShared(t *testing.T) {
|
|
tmp := path.Join(os.TempDir(), "mount-tests")
|
|
tmp := path.Join(os.TempDir(), "mount-tests")
|
|
if err := os.MkdirAll(tmp, 0777); err != nil {
|
|
if err := os.MkdirAll(tmp, 0777); err != nil {
|