]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
tests: fix stray newline printed when running r_min_itable
authorTheodore Ts'o <tytso@mit.edu>
Thu, 26 Dec 2013 05:37:09 +0000 (00:37 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 26 Dec 2013 05:37:09 +0000 (00:37 -0500)
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
tests/r_min_itable/expect
tests/r_min_itable/script

index ddb5a377bb4924d41ff01a3f703c551fde6fb0e3..2d8ecb4515752e9beb21bee402f1e27b1b854492 100644 (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
index 281fd5a6268101f2babe45026bb92225176aad1d..beb6cf9c9a73a8ed17c315833b0ac4ab47ce2767 100644 (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