summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-07-29 14:58:57 +0000
committerBruno Haible <bruno@clisp.org>2001-07-29 14:58:57 +0000
commit7ae50939e0157e29264d0a844fffb3856e89d91e (patch)
tree033f6670ca9c07cadc2892836fbc4734b9a8e2db
parentd4db6798089c2dde3304ead8ecf0ab3df60d67c3 (diff)
downloadexternal_gettext-7ae50939e0157e29264d0a844fffb3856e89d91e.zip
external_gettext-7ae50939e0157e29264d0a844fffb3856e89d91e.tar.gz
external_gettext-7ae50939e0157e29264d0a844fffb3856e89d91e.tar.bz2
Oops.
-rw-r--r--tests/ChangeLog1
-rw-r--r--tests/Makefile.am1
-rwxr-xr-xtests/msgcat-11
3 files changed, 2 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index 954dd02..82eba41 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -2,6 +2,7 @@
* msgcat-1: New file, from Karl Eichwalder with modifications.
* Makefile.am (TESTS): Add it.
+ (TESTS_ENVIRONMENT): Set MSGCAT.
2001-07-05 Bruno Haible <haible@clisp.cons.org>
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2735011..2a728c8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -46,6 +46,7 @@ TESTS_ENVIRONMENT = top_srcdir=$(top_srcdir) PATH=.:../src:$$PATH \
MSGCMP=`echo msgcmp|sed '$(transform)'` \
MSGMERGE=`echo msgmerge|sed '$(transform)'` \
MSGUNFMT=`echo msgunfmt|sed '$(transform)'` \
+ MSGCAT=`echo msgcat|sed '$(transform)'` \
$(SHELL)
xg-test1.ok.po: $(top_srcdir)/src/xgettext.c $(top_srcdir)/src/msgfmt.c \
diff --git a/tests/msgcat-1 b/tests/msgcat-1
index 11a3f94..eaa85ca 100755
--- a/tests/msgcat-1
+++ b/tests/msgcat-1
@@ -43,7 +43,6 @@ EOF
tmpfiles="$tmpfiles mcat-test1.out"
: ${MSGCAT=msgcat}
-
${MSGCAT} mcat-test1.in1 mcat-test1.in2 -o mcat-test1.out
tmpfiles="$tmpfiles mcat-test1.ok"