From: Koji Arai Date: Wed, 5 Oct 2016 13:40:37 +0000 (+0900) Subject: Revert "Print debug output on the lha-test13" X-Git-Url: http://git.osdn.net/view?p=lha%2Flha.git;a=commitdiff_plain;h=6cfac8e1eb31451272a67f3ecd97b9aa93ba4793 Revert "Print debug output on the lha-test13" This reverts commit 9f0119d0939ede78354020481a062ab0569805a4. --- diff --git a/tests/lha-test13 b/tests/lha-test13 index ad6b273..e744afc 100644 --- a/tests/lha-test13 +++ b/tests/lha-test13 @@ -52,15 +52,11 @@ $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))