diff options
-rwxr-xr-x | tests/generic/747 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/generic/747 b/tests/generic/747 index 50b7ae11..bae1c842 100755 --- a/tests/generic/747 +++ b/tests/generic/747 @@ -99,7 +99,7 @@ seed=$RANDOM RANDOM=$seed echo "Running test with seed=$seed" >>$seqres.full -_scratch_mkfs_sized $((8 * 1024 * 1024 * 1024)) >>$seqres.full +_scratch_mkfs_sized $((8 * 1024 * 1024 * 1024)) &>>$seqres.full _scratch_mount echo "Starting fillup using direct IO" |