summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rc b/common/rc
index 5c4429ed..66d270ac 100644
--- a/common/rc
+++ b/common/rc
@@ -1231,7 +1231,7 @@ _repair_test_fs()
;;
*)
# Let's hope fsck -y suffices...
- fsck -t $FSTYP -fy $TEST_DEV >$tmp.repair 2>&1
+ fsck -t $FSTYP -y $TEST_DEV >$tmp.repair 2>&1
res=$?
if test "$res" -lt 4 ; then
res=0