ports/converters/enca/patches/patch-test_test-iconv_sh

12 lines
586 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- test/test-iconv.sh.orig Mon Jan 4 19:12:05 2016
+++ test/test-iconv.sh Fri Jan 8 22:17:39 2016
@@ -23,7 +23,7 @@ if $ENCA --list converters | grep '^iconv$' >/dev/null
diff $TEST_TEXT $TESTNAME.actual || DIE=1
# One copy doesn't contain enough characters to overweight the noise
cat $TESTNAME.tmp $TESTNAME.tmp $TESTNAME.tmp >$TESTNAME.actual
- echo '<27>' >>$TESTNAME.actual
+ perl -i -pe 's/$/\xe8\n/' $TESTNAME.actual
cat $TESTNAME.actual >$TESTNAME.tmp
$ENCA $OPTS -x ISO-8859-2 $TESTNAME.tmp 2>/dev/null && DIE=1
diff $TESTNAME.tmp $TESTNAME.actual || DIE=1