OSDN Git Service

* tests/lha-test13: use `tr' instead of `printf` for printing 8 bit
[lha/lha.git] / tests / lha-test6
index 33df7db..302716f 100644 (file)
@@ -1,4 +1,5 @@
 # -*- shell-script -*-
+FILENAME=lha-test6
 message testing to treat stdin/stdout as file list.
 message Warning: On MinGW, these tests will fail for now.
 cat <<EOF | $lha c test-tmp.lzh
@@ -6,10 +7,10 @@ test-a
 test-b
 test-c
 EOF
-                                                       check $?
+                                                       check $? $LINENO
 echo test-b | $lha xw=test-tmp test-tmp.lzh
-                                                       check $?
+                                                       check $? $LINENO
 test ! -f test-tmp/test-a &&
 test ! -f test-tmp/test-c &&
 diff test-b test-tmp/test-b
-                                                       check $?
+                                                       check $? $LINENO