OSDN Git Service

* tests/Makefile.am: Use the `DISTCLEANFILES' variable instead of the `dist-hook...
[lha/lha.git] / tests / lha-test6
1 message testing to treat stdin/stdout as file list.
2 message Warning: On MinGW, these tests will fail for now.
3 cat <<EOF | $lha c test-tmp.lzh
4 test-a
5 test-b
6 test-c
7 EOF
8                                                         check $?
9 echo test-b | $lha xw=test-tmp test-tmp.lzh
10                                                         check $?
11 test ! -f test-tmp/test-a &&
12 test ! -f test-tmp/test-c &&
13 diff test-b test-tmp/test-b
14                                                         check $?