Hello Kiyoshi,
Kiyoshi KANAZAWA wrote:
% make check
testing lzip-1.18-rc1...............
testing decompression............./testsuite/check.sh: test: argument expected
Makefile:75: recipe for target 'check' failed
make: *** [check] Error 1
Thank you for reporting this.
The point in testsuite/check.sh causing the failure seems to be line 95:
if [ $? = 2 ] && [ -e copy.lz ] && [ ! -e copy ] && [ ! -e in.out ] ; then
I guess the problem is that your 'test' utility does not accept the -e
argument.
Please, could you try to change all appearances of -e to -f in lines 95,
98, 115 and 117 of testsuite/check.sh and see if it passes the test?
Best regards,
Antonio.
_______________________________________________
Lzip-bug mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lzip-bug