# -*- shell-script -*-
message testing to treat stdin/stdout as archive file.

$lha c - test-a test-b test-c > test-tmp.lzh
							check $? $LINENO
cat test-tmp.lzh | $lha xw=test-tmp -
							check $? $LINENO
diff -r test-1 test-tmp
							check $? $LINENO
