generic/321, 322: do not remove lost+found

Signed-off-by: Lukas Czerner <lczerner@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
This commit is contained in:
Lukas Czerner
2014-01-20 12:48:33 +11:00
committed by Dave Chinner
parent 1a98c8b2d7
commit 3128e9c55d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ rm -f $seqres.full
_clean_working_dir()
{
_mount_flakey
rm -rf $SCRATCH_MNT/*
rm -rf $SCRATCH_MNT/foo $SCRATCH_MNT/bar
_unmount_flakey
}