Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
for i in $TESTS
do
- echo -n "$i: "
+ printf "%s: " $i
if test ! -f $SRCDIR/tests/$i.img.bz2 -a \
! -f $SRCDIR/tests/$i.results ;
then
-echo -n "e2fsck with resize_inode: "
+printf "e2fsck with resize_inode: "
FSCK_OPT=-yf
OUT=$test_name.log
if [ -f $test_dir/expect.gz ]; then
-echo -n "resize2fs with resize_inode: "
+printf "resize2fs with resize_inode: "
if test -x $RESIZE2FS_EXE; then
-echo -n "resize2fs with resize_inode: "
+printf "resize2fs with resize_inode: "
if test -x $RESIZE2FS_EXE; then
if [ "$DESCRIPTION"x != x ]; then
- echo -n "$DESCRIPTION: "
+ printf "%s" "$DESCRIPTION: "
fi
if [ "$IMAGE"x = x ]; then
IMAGE=$test_dir/image.gz