OSDN Git Service

*** empty log message ***
[lha/lha.git] / tests / lha-test6
1 # -*- shell-script -*-
2 message testing to treat stdin/stdout as file list.
3 message Warning: On MinGW, these tests will fail for now.
4 cat <<EOF | $lha c test-tmp.lzh
5 test-a
6 test-b
7 test-c
8 EOF
9                                                         check $?
10 echo test-b | $lha xw=test-tmp test-tmp.lzh
11                                                         check $?
12 test ! -f test-tmp/test-a &&
13 test ! -f test-tmp/test-c &&
14 diff test-b test-tmp/test-b
15                                                         check $?