mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
Cosmetic edit to test_files.sh.
This commit is contained in:
parent
9a71d57310
commit
2fd2d18154
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue