doc: use ASCII in .texi files where UTF-8 isn't needed
[gnulib.git] / modules / quotearg-tests
index 5afb986..1af4eff 100644 (file)
@@ -1,6 +1,10 @@
+Status:
+gettext-dependent-test
+
 Files:
 tests/test-quotearg.sh
 tests/test-quotearg.c
+tests/test-quotearg.h
 tests/macros.h
 tests/locale/fr/LC_MESSAGES/test-quotearg.po
 tests/locale/fr/LC_MESSAGES/test-quotearg.mo
@@ -13,6 +17,8 @@ progname
 stdint
 setenv
 unsetenv
+setlocale
+localcharset
 
 configure.ac:
 gt_LOCALE_FR
@@ -20,6 +26,6 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-quotearg.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-quotearg
 test_quotearg_LDADD = $(LDADD) @LIBINTL@