X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=blobdiff_plain;f=tests%2Foverlay%2F036;h=e04aaeee47b8585ce157a55bc3f08c1aecdcf24c;hp=e0c13ae88c9297e14c3fea3100c4e828cef6ead9;hb=7aa1d4bcd4297335d6baa11c83a387f74923bce8;hpb=aee21da0fd05a4cc876766e1b02bef98a7ce2b48 diff --git a/tests/overlay/036 b/tests/overlay/036 index e0c13ae8..e04aaeee 100755 --- a/tests/overlay/036 +++ b/tests/overlay/036 @@ -90,7 +90,7 @@ _overlay_mount_dirs $lowerdir $upperdir $workdir \ # Try to mount another overlay with the same upperdir # with index=off - expect success -_overlay_mount_dirs $lowerdir2 $upperdir $workdir2 \ +_overlay_mount_dirs $lowerdir $upperdir $workdir2 \ overlay0 $SCRATCH_MNT -oindex=off && \ $UMOUNT_PROG $SCRATCH_MNT @@ -102,7 +102,7 @@ _overlay_mount_dirs $lowerdir2 $upperdir2 $workdir \ # Try to mount another overlay with the same upperdir # with index=on - expect EBUSY -_overlay_mount_dirs $lowerdir2 $upperdir $workdir2 \ +_overlay_mount_dirs $lowerdir $upperdir $workdir2 \ overlay2 $SCRATCH_MNT -oindex=on 2>&1 | _filter_busy_mount # Try to mount another overlay with the same workdir