tests: fix stray newline printed when running r_min_itable

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
This commit is contained in:
Theodore Ts'o 2013-12-26 00:37:09 -05:00
parent 7fcaabf8e8
commit 9f90b2e632
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ Resizing the filesystem on test.img to 1124 (1k) blocks.
The filesystem on test.img is now 1124 blocks long.
Exit status is 0
fsck -yf -N test_filesys test.img
Pass 1: Checking inodes, blocks, and sizes
Pass 2: Checking directory structure

View File

@ -14,7 +14,7 @@ $RESIZE2FS -M $TMPFILE 2>&1 >> $OUT.new 2>&1
status=$?
echo Exit status is $status >> $OUT.new
echo " "
echo " " >> $OUT.new
echo fsck $FSCK_OPT -N test_filesys test.img >> $OUT.new
$FSCK $FSCK_OPT -N test_filesys $TMPFILE >> $OUT.new 2>&1
echo Exit status is $status >> $OUT.new