OSDN Git Service

man/lha.1 was changed a little and the BUGS section was removed.
[lha/lha.git] / tests / lha-test13
index cb1abfe..a3cf4a4 100644 (file)
@@ -1,10 +1,11 @@
 # -*- shell-script -*-
-FILENAME=lha-test13
 message testing the kanji code conversion.
 
-printf '\xb4\xc1\xbb\xfa\n' > test-tmp-euc
+# printf '\xb4\xc1\xbb\xfa\n' > test-tmp-euc
+echo abcd | LANG=C tr abcd '\264\301\273\372'  > test-tmp-euc
                                                        check $? $LINENO
-printf '\x8a\xbf\x8e\x9a\n' > test-tmp-sjis
+# printf '\x8a\xbf\x8e\x9a\n' > test-tmp-sjis
+echo abcd | LANG=C tr abcd '\212\277\216\232'  > test-tmp-sjis
                                                        check $? $LINENO
 # no convert
 $lha c test-tmp-euc.lzh test-tmp-euc