OSDN Git Service

Print debug output on the lha-test13
authorKoji Arai <jca02266@gmail.com>
Wed, 5 Oct 2016 13:04:29 +0000 (22:04 +0900)
committerKoji Arai <jca02266@gmail.com>
Wed, 5 Oct 2016 13:04:29 +0000 (22:04 +0900)
tests/lha-test13

index 614db78..fbe192f 100644 (file)
@@ -39,11 +39,15 @@ $lha xtw=test-tmp-sjis-d test-tmp-sjis.lzh
                                                        check $? $LINENO
 diff test-tmp-sjis test-tmp-sjis-d/test-tmp-euc
                                                        check $? $LINENO
+od -ct x1 test-tmp-sjis >&2
+od -ct x1 test-tmp-sjis-d/test-tmp-euc >&2
 # sjis to euc (CR LF to LF)
 $lha xew=test-tmp-euc-d2 test-tmp-sjis.lzh
                                                        check $? $LINENO
 diff test-tmp-euc test-tmp-euc-d2/test-tmp-euc
                                                        check $? $LINENO
+od -ct x1 test-tmp-euc >&2
+od -ct x1 test-tmp-euc-d2/test-tmp-euc >&2
 
 i=0
 while ((i < 10))