TEST-20-NFS/test.sh: fsck with "-a"

master
Harald Hoyer 2012-03-08 12:25:30 +01:00
parent 6e3cc00f48
commit 0635530dda
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ run_server() {
# Start server first
echo "NFS TEST SETUP: Starting DHCP/NFS server"

fsck $TESTDIR/server.ext3 || return 1
fsck -a $TESTDIR/server.ext3 || return 1
$testdir/run-qemu \
-hda $TESTDIR/server.ext3 -m 256M -nographic \
-net nic,macaddr=52:54:00:12:34:56,model=e1000 \