xgettext-appdata-1 \
xgettext-awk-1 xgettext-awk-2 \
xgettext-c-2 xgettext-c-3 xgettext-c-4 \
- xgettext-c-6 xgettext-c-9 \
+ xgettext-c-9 \
xgettext-c-18 \
xgettext-c-24 xgettext-c-25 \
xgettext-c-comment-1 xgettext-c-comment-2 xgettext-c-comment-3 \
+ xgettext-c-comment-4 \
xgettext-c-escape-1 xgettext-c-escape-2 xgettext-c-escape-3 \
xgettext-c-format-1 xgettext-c-format-2 xgettext-c-format-3 \
xgettext-c-format-4 xgettext-c-format-5 \
# Test C support: --add-comments option.
-cat <<EOF > xg-c-6.in.C
+cat <<EOF > xg-c-comment-4.in.C
/* This comment will not be extracted. */
gettext ("help");
: ${XGETTEXT=xgettext}
${XGETTEXT} --omit-header --no-location --add-comments=XXX \
- -d xg-c-6.tmp xg-c-6.in.C || Exit 1
-LC_ALL=C tr -d '\r' < xg-c-6.tmp.po > xg-c-6.po || Exit 1
+ -d xg-c-comment-4.tmp xg-c-comment-4.in.C || Exit 1
+LC_ALL=C tr -d '\r' < xg-c-comment-4.tmp.po > xg-c-comment-4.po || Exit 1
-cat <<EOF > xg-c-6.ok
+cat <<EOF > xg-c-comment-4.ok
msgid "help"
msgstr ""
EOF
: ${DIFF=diff}
-${DIFF} xg-c-6.ok xg-c-6.po
+${DIFF} xg-c-comment-4.ok xg-c-comment-4.po
result=$?
exit $result