* gettext-tools/tests/xgettext-c-comment-2: Renamed from
gettext-tools/tests/xgettext-c-7.
* Makefile.am (TESTS): Update.
xgettext-appdata-1 \
xgettext-awk-1 xgettext-awk-2 \
xgettext-c-2 xgettext-c-3 xgettext-c-4 \
- xgettext-c-6 xgettext-c-7 xgettext-c-9 \
+ xgettext-c-6 xgettext-c-9 \
xgettext-c-16 xgettext-c-18 \
xgettext-c-24 xgettext-c-25 \
- xgettext-c-comment-1 \
+ xgettext-c-comment-1 xgettext-c-comment-2 \
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: comments.
-cat <<EOF > xg-c-7.c
+cat <<EOF > xg-c-comment-2.c
int
main()
{
EOF
: ${XGETTEXT=xgettext}
-${XGETTEXT} --omit-header --no-location -c --c++ -d xg-c-7.tmp xg-c-7.c || Exit 1
-LC_ALL=C tr -d '\r' < xg-c-7.tmp.po > xg-c-7.po || Exit 1
+${XGETTEXT} --omit-header --no-location -c --c++ -d xg-c-comment-2.tmp xg-c-comment-2.c || Exit 1
+LC_ALL=C tr -d '\r' < xg-c-comment-2.tmp.po > xg-c-comment-2.po || Exit 1
-cat <<EOF > xg-c-7.ok
+cat <<EOF > xg-c-comment-2.ok
#. This is a comment which immediately before a keyword.
msgid "1"
msgstr ""
EOF
: ${DIFF=diff}
-${DIFF} xg-c-7.ok xg-c-7.po
+${DIFF} xg-c-comment-2.ok xg-c-comment-2.po
result=$?
exit $result