OSDN Git Service

Avoid compile error on libapplefile
[lha/lha.git] / tests / lha-test6
index bd752f4..0e99629 100644 (file)
@@ -1,3 +1,4 @@
+# -*- shell-script -*-
 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
@@ -5,10 +6,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