aboutsummaryrefslogtreecommitdiff
path: root/tests/test_files.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_files.sh')
-rwxr-xr-xtests/test_files.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_files.sh b/tests/test_files.sh
index 71b43a0b..c670d728 100755
--- a/tests/test_files.sh
+++ b/tests/test_files.sh
@@ -16,7 +16,7 @@
#
###############################################################################
-for I in "$srcdir"/files/good-*.lzma
+for I in "$srcdir"/files/good-*.xz
do
if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then
:
@@ -27,7 +27,7 @@ do
fi
done
-for I in "$srcdir"/files/bad-*.lzma
+for I in "$srcdir"/files/bad-*.xz
do
if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then
echo "Bad file succeeded: $I"
@@ -36,7 +36,5 @@ do
fi
done
-# TODO: Test malicious files too, but with care.
-
(exit 0)
exit 0