From: Theodore Ts'o Date: Thu, 26 Dec 2013 05:37:09 +0000 (-0500) Subject: tests: fix stray newline printed when running r_min_itable X-Git-Tag: v1.42.9~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f90b2e632ece3a78a53e170303b383ab944f284;p=thirdparty%2Fe2fsprogs.git tests: fix stray newline printed when running r_min_itable Signed-off-by: "Theodore Ts'o" --- diff --git a/tests/r_min_itable/expect b/tests/r_min_itable/expect index ddb5a377b..2d8ecb451 100644 --- a/tests/r_min_itable/expect +++ b/tests/r_min_itable/expect @@ -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 diff --git a/tests/r_min_itable/script b/tests/r_min_itable/script index 281fd5a62..beb6cf9c9 100644 --- a/tests/r_min_itable/script +++ b/tests/r_min_itable/script @@ -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