From 1880a3927b23f265f63b2adb86fbdb81ea09eb06 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Wed, 19 Nov 2008 23:52:24 +0200 Subject: Renamed lzma to xz and lzmadec to xzdec. We create symlinks lzma, unlzma, and lzcat in "make install" for backwards compatibility with LZMA Utils 4.32.x; I'm not sure if this should be the default though. --- tests/test_files.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_files.sh') diff --git a/tests/test_files.sh b/tests/test_files.sh index c670d728..b40a57a5 100755 --- a/tests/test_files.sh +++ b/tests/test_files.sh @@ -18,7 +18,7 @@ for I in "$srcdir"/files/good-*.xz do - if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then + if ../src/xzdec/xzdec "$I" > /dev/null 2> /dev/null ; then : else echo "Good file failed: $I" @@ -29,7 +29,7 @@ done for I in "$srcdir"/files/bad-*.xz do - if ../src/lzmadec/lzmadec "$I" > /dev/null 2> /dev/null ; then + if ../src/xzdec/xzdec "$I" > /dev/null 2> /dev/null ; then echo "Bad file succeeded: $I" (exit 1) exit 1 -- cgit v1.2.3