summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-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"