summaryrefslogtreecommitdiffstats
path: root/gettext-tools/tests/xgettext-c-19
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/tests/xgettext-c-19')
-rwxr-xr-xgettext-tools/tests/xgettext-c-192
1 files changed, 1 insertions, 1 deletions
diff --git a/gettext-tools/tests/xgettext-c-19 b/gettext-tools/tests/xgettext-c-19
index 581a200..bc71bb5 100755
--- a/gettext-tools/tests/xgettext-c-19
+++ b/gettext-tools/tests/xgettext-c-19
@@ -16,7 +16,7 @@ pgettext ("\u30B3\u30F3\u30C6\u30AF\u30B9\u30C8", "\xBB\xB0\xC8\xD6\xCC\xDC\xA4\
EOF
: ${ICONV=iconv}
-iconv --from UTF-8 --to EUC-JP < xg-c-19.in.c > xg-c-19.c \
+iconv -f UTF-8 -t EUC-JP < xg-c-19.in.c > xg-c-19.c \
|| { echo "Skipping test: iconv does not work for EUC-JP"; exit 77; }
: ${XGETTEXT=xgettext}