Cosmetic edit to test_files.sh.

This commit is contained in:
Lasse Collin 2008-01-07 18:22:24 +02:00
parent 9a71d57310
commit 2fd2d18154
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
#
###############################################################################
for I in "$srcdir/files/"good-*
for I in "$srcdir"/files/good-*.lzma
do
if ! ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then
echo "Good file failed: $I"
@ -25,7 +25,7 @@ do
fi
done
for I in "$srcdir/files/"bad-*
for I in "$srcdir"/files/bad-*.lzma
do
if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then
echo "Bad file succeeded: $I"