Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
authorBruno Haible <bruno@clisp.org>
Sun, 24 Jan 2010 16:42:21 +0000 (17:42 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 24 Jan 2010 16:42:21 +0000 (17:42 +0100)
80 files changed:
ChangeLog
doc/gnulib.texi
gnulib-tool
modules/acl-tests
modules/argp-tests
modules/argp-version-etc-tests
modules/atexit-tests
modules/binary-io-tests
modules/btowc-tests
modules/c-stack-tests
modules/c-strcase-tests
modules/closein-tests
modules/copy-file-tests
modules/dprintf-posix-tests
modules/exclude-tests
modules/fflush-tests
modules/fpending-tests
modules/fprintf-posix-tests
modules/freadahead-tests
modules/freadptr-tests
modules/freadseek-tests
modules/fseek-tests
modules/fseeko-tests
modules/ftell-tests
modules/ftello-tests
modules/idpriv-drop-tests
modules/idpriv-droptemp-tests
modules/lseek-tests
modules/mbmemcasecmp-tests
modules/mbmemcasecoll-tests
modules/mbrtowc-tests
modules/mbscasecmp-tests
modules/mbscasestr-tests
modules/mbschr-tests
modules/mbscspn-tests
modules/mbsinit-tests
modules/mbsncasecmp-tests
modules/mbsnrtowcs-tests
modules/mbspbrk-tests
modules/mbspcasecmp-tests
modules/mbsrchr-tests
modules/mbsrtowcs-tests
modules/mbsspn-tests
modules/mbsstr-tests
modules/nl_langinfo-tests
modules/parse-duration-tests
modules/perror-tests
modules/pipe-filter-gi-tests
modules/pipe-filter-ii-tests
modules/pipe-tests
modules/pread-tests
modules/printf-posix-tests
modules/quotearg-tests
modules/select-tests
modules/sigpipe-tests
modules/tsearch-tests
modules/unicase/locale-language-tests
modules/unicase/ulc-casecmp-tests
modules/unicase/ulc-casecoll-tests
modules/uniname/uniname-tests
modules/unistdio/u16-vasnprintf-tests
modules/unistdio/u32-vasnprintf-tests
modules/unistdio/u8-vasnprintf-tests
modules/unistdio/ulc-vasnprintf-tests
modules/uniwbrk/ulc-wordbreaks-tests
modules/uniwidth/width-tests
modules/vasnprintf-posix-tests
modules/vdprintf-posix-tests
modules/version-etc-tests
modules/vfprintf-posix-tests
modules/vprintf-posix-tests
modules/wcrtomb-tests
modules/wcsnrtombs-tests
modules/wcsrtombs-tests
modules/xalloc-die-tests
modules/xprintf-posix-tests
modules/xstrtoimax-tests
modules/xstrtol-tests
modules/xstrtoumax-tests
modules/yesno-tests

index ef07b3d..6b07352 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,93 @@
 2010-01-24  Bruno Haible  <bruno@clisp.org>
 
+       Provide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
+       * gnulib-tool (func_emit_tests_Makefile_am): Add EXEEXT and srcdir
+       assignments to the initial TESTS_ENVIRONMENT.
+       * doc/gnulib.texi (Unit test modules): Document it.
+       * modules/acl-tests (Makefile.am): Drop EXEEXT assignment from
+       TESTS_ENVIRONMENT.
+       * modules/btowc-tests (Makefile.am): Likewise.
+       * modules/c-stack-tests (Makefile.am): Likewise.
+       * modules/c-strcase-tests (Makefile.am): Likewise.
+       * modules/copy-file-tests (Makefile.am): Likewise.
+       * modules/mbmemcasecmp-tests (Makefile.am): Likewise.
+       * modules/mbmemcasecoll-tests (Makefile.am): Likewise.
+       * modules/mbrtowc-tests (Makefile.am): Likewise.
+       * modules/mbscasecmp-tests (Makefile.am): Likewise.
+       * modules/mbscasestr-tests (Makefile.am): Likewise.
+       * modules/mbschr-tests (Makefile.am): Likewise.
+       * modules/mbscspn-tests (Makefile.am): Likewise.
+       * modules/mbsinit-tests (Makefile.am): Likewise.
+       * modules/mbsncasecmp-tests (Makefile.am): Likewise.
+       * modules/mbsnrtowcs-tests (Makefile.am): Likewise.
+       * modules/mbspbrk-tests (Makefile.am): Likewise.
+       * modules/mbspcasecmp-tests (Makefile.am): Likewise.
+       * modules/mbsrchr-tests (Makefile.am): Likewise.
+       * modules/mbsrtowcs-tests (Makefile.am): Likewise.
+       * modules/mbsspn-tests (Makefile.am): Likewise.
+       * modules/mbsstr-tests (Makefile.am): Likewise.
+       * modules/nl_langinfo-tests (Makefile.am): Likewise.
+       * modules/unicase/locale-language-tests (Makefile.am): Likewise.
+       * modules/unistdio/u16-vasnprintf-tests (Makefile.am): Likewise.
+       * modules/unistdio/u32-vasnprintf-tests (Makefile.am): Likewise.
+       * modules/unistdio/u8-vasnprintf-tests (Makefile.am): Likewise.
+       * modules/unistdio/ulc-vasnprintf-tests (Makefile.am): Likewise.
+       * modules/uniwbrk/ulc-wordbreaks-tests (Makefile.am): Likewise.
+       * modules/vasnprintf-posix-tests (Makefile.am): Likewise.
+       * modules/wcrtomb-tests (Makefile.am): Likewise.
+       * modules/wcsnrtombs-tests (Makefile.am): Likewise.
+       * modules/wcsrtombs-tests (Makefile.am): Likewise.
+       * modules/quotearg-tests (Makefile.am): Drop EXEEXT and srcdir
+       assignments from TESTS_ENVIRONMENT.
+       * modules/argp-tests (Makefile.am): Drop TESTS_ENVIRONMENT
+       augmentation.
+       * modules/argp-version-etc-tests (Makefile.am): Likewise.
+       * modules/atexit-tests (Makefile.am): Likewise.
+       * modules/binary-io-tests (Makefile.am): Likewise.
+       * modules/closein-tests (Makefile.am): Likewise.
+       * modules/dprintf-posix-tests (Makefile.am): Likewise.
+       * modules/exclude-tests (Makefile.am): Likewise.
+       * modules/fflush-tests (Makefile.am): Likewise.
+       * modules/fpending-tests (Makefile.am): Likewise.
+       * modules/fprintf-posix-tests (Makefile.am): Likewise.
+       * modules/freadahead-tests (Makefile.am): Likewise.
+       * modules/freadptr-tests (Makefile.am): Likewise.
+       * modules/freadseek-tests (Makefile.am): Likewise.
+       * modules/fseek-tests (Makefile.am): Likewise.
+       * modules/fseeko-tests (Makefile.am): Likewise.
+       * modules/ftell-tests (Makefile.am): Likewise.
+       * modules/ftello-tests (Makefile.am): Likewise.
+       * modules/idpriv-drop-tests (Makefile.am): Likewise.
+       * modules/idpriv-droptemp-tests (Makefile.am): Likewise.
+       * modules/lseek-tests (Makefile.am): Likewise.
+       * modules/parse-duration-tests (Makefile.am): Likewise.
+       * modules/perror-tests (Makefile.am): Likewise.
+       * modules/pipe-filter-gi-tests (Makefile.am): Likewise.
+       * modules/pipe-filter-ii-tests (Makefile.am): Likewise.
+       * modules/pipe-tests (Makefile.am): Likewise.
+       * modules/pread-tests (Makefile.am): Likewise.
+       * modules/printf-posix-tests (Makefile.am): Likewise.
+       * modules/select-tests (Makefile.am): Likewise.
+       * modules/sigpipe-tests (Makefile.am): Likewise.
+       * modules/tsearch-tests (Makefile.am): Likewise.
+       * modules/unicase/ulc-casecmp-tests (Makefile.am): Likewise.
+       * modules/unicase/ulc-casecoll-tests (Makefile.am): Likewise.
+       * modules/uniname/uniname-tests (Makefile.am): Likewise.
+       * modules/uniwidth/width-tests (Makefile.am): Likewise.
+       * modules/vdprintf-posix-tests (Makefile.am): Likewise.
+       * modules/version-etc-tests (Makefile.am): Likewise.
+       * modules/vfprintf-posix-tests (Makefile.am): Likewise.
+       * modules/vprintf-posix-tests (Makefile.am): Likewise.
+       * modules/xalloc-die-tests (Makefile.am): Likewise.
+       * modules/xprintf-posix-tests (Makefile.am): Likewise.
+       * modules/xstrtoimax-tests (Makefile.am): Likewise.
+       * modules/xstrtol-tests (Makefile.am): Likewise.
+       * modules/xstrtoumax-tests (Makefile.am): Likewise.
+       * modules/yesno-tests (Makefile.am): Likewise.
+       Suggested by Jim Meyering.
+
+2010-01-24  Bruno Haible  <bruno@clisp.org>
+
        More documentation.
        * doc/gnulib.texi (Writing modules): New chapter.
        (Miscellaneous Notes): Move sections "Comments" and "Header files" to
index 1987733..0a84691 100644 (file)
@@ -559,7 +559,10 @@ check_PROGRAMS += test-foo
 
 Here, the @code{TESTS_ENVIRONMENT} variable can be used to pass values
 determined by @code{configure} or by the @code{Makefile} to the shell
-script, as environment variables.
+script, as environment variables.  The values of @code{EXEEXT} and of
+@code{srcdir}, from Autoconf and Automake, are already provided as
+environment variables, through an initial value of @code{TESTS_ENVIRONMENT}
+that @code{gnulib-tool} puts in place.
 
 Regardless of the specific form of the unit test, the following guidelines
 should be respected:
index ce1bbe9..97fddea 100755 (executable)
@@ -2373,6 +2373,11 @@ func_emit_tests_Makefile_am ()
     echo "AM_LIBTOOLFLAGS = --preserve-dup-deps"
     echo
   fi
+  # Many test scripts use ${EXEEXT} or ${srcdir}.
+  # EXEEXT is defined by AC_PROG_CC through autoconf.
+  # srcdir is defined by autoconf and automake.
+  echo "TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='\$(srcdir)'"
+  echo
   cat "$tmp"/allsnippets \
     | sed -e 's|\$(top_srcdir)/build-aux/|$(top_srcdir)/'"$auxdir"'/|g'
   echo "# Clean up after Solaris cc."
index c9c04cd..3ab9997 100644 (file)
@@ -19,7 +19,7 @@ AC_CHECK_DECLS_ONCE([alarm])
 
 Makefile.am:
 TESTS += test-file-has-acl.sh test-set-mode-acl.sh test-copy-acl.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' USE_ACL=$(USE_ACL)
+TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
 check_PROGRAMS += test-file-has-acl test-set-mode-acl test-copy-acl test-sameacls
 test_file_has_acl_LDADD = $(LDADD) $(LIB_ACL)
 test_set_mode_acl_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
index 8879cce..8f92a4d 100644 (file)
@@ -7,6 +7,5 @@ progname
 
 Makefile.am:
 TESTS += test-argp test-argp-2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-argp
 test_argp_LDADD = $(LDADD) @LIBINTL@
index eeed143..c4451a2 100644 (file)
@@ -9,6 +9,5 @@ version-etc-fsf
 
 Makefile.am:
 TESTS += test-argp-version-etc test-argp-version-etc-1.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-argp-version-etc
 test_argp_version_etc_LDADD = $(LDADD) @LIBINTL@
index 15de834..82d6ae4 100644 (file)
@@ -10,5 +10,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-atexit.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-atexit
index e59f056..86422e6 100644 (file)
@@ -9,6 +9,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-binary-io.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-binary-io
 
index 371bde9..cac7e61 100644 (file)
@@ -15,6 +15,6 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-btowc1.sh test-btowc2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-btowc
 
index 808e59e..8174862 100644 (file)
@@ -11,7 +11,7 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-c-stack.sh test-c-stack2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LIBSIGSEGV='@LIBSIGSEGV@'
+TESTS_ENVIRONMENT += LIBSIGSEGV='@LIBSIGSEGV@'
 check_PROGRAMS += test-c-stack
 test_c_stack_LDADD = $(LDADD) $(LIBCSTACK) @LIBINTL@
 MOSTLYCLEANFILES += t-c-stack.tmp t-c-stack2.tmp
index aec09db..aec55d2 100644 (file)
@@ -15,5 +15,5 @@ gt_LOCALE_TR_UTF8
 
 Makefile.am:
 TESTS += test-c-strcase.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
 check_PROGRAMS += test-c-strcasecmp test-c-strncasecmp
index 57c8f91..5c2126e 100644 (file)
@@ -9,6 +9,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-closein.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-closein
 test_closein_LDADD = $(LDADD) @LIBINTL@
index c4fe4fd..ab7f632 100644 (file)
@@ -14,6 +14,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-copy-file.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' USE_ACL=$(USE_ACL)
+TESTS_ENVIRONMENT += USE_ACL=$(USE_ACL)
 check_PROGRAMS += test-copy-file
 test_copy_file_LDADD = $(LDADD) $(LIB_ACL) @LIBINTL@
index e4df83d..a60f8ed 100644 (file)
@@ -15,5 +15,4 @@ AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
 
 Makefile.am:
 TESTS += test-dprintf-posix.sh test-dprintf-posix2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-dprintf-posix test-dprintf-posix2
index 57b876c..ba265ed 100644 (file)
@@ -23,6 +23,5 @@ TESTS += \
  test-exclude6.sh\
  test-exclude7.sh
 
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-exclude
 test_exclude_LDADD = $(LDADD) @LIBINTL@
index e439c2c..a447521 100644 (file)
@@ -13,6 +13,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-fflush test-fflush2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-fflush test-fflush2
 MOSTLYCLEANFILES += test-fflush.txt
index bc8394c..31568e2 100644 (file)
@@ -9,6 +9,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-fpending.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-fpending
 MOSTLYCLEANFILES += test-fpending.t
index 1473544..3eebaf9 100644 (file)
@@ -18,5 +18,4 @@ AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
 
 Makefile.am:
 TESTS += test-fprintf-posix.sh test-fprintf-posix2.sh test-fprintf-posix3.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-fprintf-posix test-fprintf-posix2 test-fprintf-posix3
index 13e95cd..1b53268 100644 (file)
@@ -11,5 +11,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-freadahead.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-freadahead
index 783aea7..f8bf1bc 100644 (file)
@@ -13,5 +13,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-freadptr.sh test-freadptr2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-freadptr test-freadptr2
index e89607a..d101582 100644 (file)
@@ -10,5 +10,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-freadseek.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-freadseek
index 6de889b..45fe959 100644 (file)
@@ -13,5 +13,4 @@ gl_FUNC_UNGETC_WORKS
 
 Makefile.am:
 TESTS += test-fseek.sh test-fseek2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-fseek
index 1359970..178e873 100644 (file)
@@ -13,5 +13,4 @@ gl_FUNC_UNGETC_WORKS
 
 Makefile.am:
 TESTS += test-fseeko.sh test-fseeko2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-fseeko
index c669a98..c944ca9 100644 (file)
@@ -14,5 +14,4 @@ gl_FUNC_UNGETC_WORKS
 
 Makefile.am:
 TESTS += test-ftell.sh test-ftell2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-ftell
index 73f659e..c20381c 100644 (file)
@@ -14,5 +14,4 @@ gl_FUNC_UNGETC_WORKS
 
 Makefile.am:
 TESTS += test-ftello.sh test-ftello2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-ftello
index 5416463..18596b2 100644 (file)
@@ -16,5 +16,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-idpriv-drop.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-idpriv-drop
index d6c2097..44c3c4d 100644 (file)
@@ -16,5 +16,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-idpriv-droptemp.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-idpriv-droptemp
index fa9a1ab..890a87f 100644 (file)
@@ -10,5 +10,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-lseek.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-lseek
index e4db04d..05d6c7f 100644 (file)
@@ -20,7 +20,6 @@ gt_LOCALE_TR_UTF8
 Makefile.am:
 TESTS += test-mbmemcasecmp1.sh test-mbmemcasecmp2.sh test-mbmemcasecmp3.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
index 82f117f..e2cc524 100644 (file)
@@ -20,7 +20,6 @@ gt_LOCALE_TR_UTF8
 Makefile.am:
 TESTS += test-mbmemcasecoll1.sh test-mbmemcasecoll2.sh test-mbmemcasecoll3.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
index e97ff2f..d9c0d18 100644 (file)
@@ -24,7 +24,6 @@ gt_LOCALE_ZH_CN
 Makefile.am:
 TESTS += test-mbrtowc1.sh test-mbrtowc2.sh test-mbrtowc3.sh test-mbrtowc4.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
index 572c838..9e89bfe 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_TR_UTF8
 
 Makefile.am:
 TESTS += test-mbscasecmp.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
 check_PROGRAMS += test-mbscasecmp
 
index 4c6b474..30f0919 100644 (file)
@@ -21,6 +21,6 @@ gt_LOCALE_ZH_CN
 
 Makefile.am:
 TESTS += test-mbscasestr1 test-mbscasestr2.sh test-mbscasestr3.sh test-mbscasestr4.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
+TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
 check_PROGRAMS += test-mbscasestr1 test-mbscasestr2 test-mbscasestr3 test-mbscasestr4
 
index e084423..a26d8dd 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_ZH_CN
 
 Makefile.am:
 TESTS += test-mbschr.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
+TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
 check_PROGRAMS += test-mbschr
 
index bdb8e6a..f31e347 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-mbscspn.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-mbscspn
 
index 8ee370e..3a8a7a0 100644 (file)
@@ -14,6 +14,6 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-mbsinit.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-mbsinit
 
index cdfe377..81b8ba9 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_TR_UTF8
 
 Makefile.am:
 TESTS += test-mbsncasecmp.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
 check_PROGRAMS += test-mbsncasecmp
 
index 378d2a2..1d43beb 100644 (file)
@@ -25,7 +25,6 @@ gt_LOCALE_ZH_CN
 Makefile.am:
 TESTS += test-mbsnrtowcs1.sh test-mbsnrtowcs2.sh test-mbsnrtowcs3.sh test-mbsnrtowcs4.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
index 5582121..d22cf19 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-mbspbrk.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-mbspbrk
 
index aab12ca..0b1c7d3 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_TR_UTF8
 
 Makefile.am:
 TESTS += test-mbspcasecmp.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_TR_UTF8='@LOCALE_TR_UTF8@'
 check_PROGRAMS += test-mbspcasecmp
 
index 64d3603..70d7c20 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_ZH_CN
 
 Makefile.am:
 TESTS += test-mbsrchr.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
+TESTS_ENVIRONMENT += LOCALE_ZH_CN='@LOCALE_ZH_CN@'
 check_PROGRAMS += test-mbsrchr
 
index 3d7ed88..4b05e52 100644 (file)
@@ -25,7 +25,6 @@ gt_LOCALE_ZH_CN
 Makefile.am:
 TESTS += test-mbsrtowcs1.sh test-mbsrtowcs2.sh test-mbsrtowcs3.sh test-mbsrtowcs4.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
index 95da3f2..ace5c76 100644 (file)
@@ -12,6 +12,6 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-mbsspn.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
+TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-mbsspn
 
index c36c02d..21a8590 100644 (file)
@@ -17,6 +17,6 @@ gt_LOCALE_ZH_CN
 
 Makefile.am:
 TESTS += test-mbsstr1 test-mbsstr2.sh test-mbsstr3.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
+TESTS_ENVIRONMENT += LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
 check_PROGRAMS += test-mbsstr1 test-mbsstr2 test-mbsstr3
 
index 944b1d0..dcb0af9 100644 (file)
@@ -14,5 +14,5 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-nl_langinfo.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-nl_langinfo
index 81094de..b561a38 100644 (file)
@@ -10,6 +10,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-parse-duration.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-parse-duration
 test_parse_duration_LDADD = $(LDADD) @LIBINTL@
index ca9a921..867f920 100644 (file)
@@ -9,5 +9,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-perror.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-perror
index 263c766..e5da562 100644 (file)
@@ -19,7 +19,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-pipe-filter-gi1.sh test-pipe-filter-gi2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-pipe-filter-gi1 test-pipe-filter-gi2-main test-pipe-filter-gi2-child
 test_pipe_filter_gi1_LDADD = $(LDADD) @LIBINTL@
 test_pipe_filter_gi2_main_LDADD = $(LDADD) @LIBINTL@
index abb5fef..236de13 100644 (file)
@@ -18,7 +18,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-pipe-filter-ii1.sh test-pipe-filter-ii2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-pipe-filter-ii1 test-pipe-filter-ii2-main test-pipe-filter-ii2-child
 test_pipe_filter_ii1_LDADD = $(LDADD) @LIBINTL@
 test_pipe_filter_ii2_main_LDADD = $(LDADD) @LIBINTL@
index 0e31a86..b20ea68 100644 (file)
@@ -10,6 +10,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-pipe.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-pipe
 test_pipe_LDADD = $(LDADD) @LIBINTL@
index 8a10c18..72e4613 100644 (file)
@@ -12,5 +12,3 @@ configure.ac:
 Makefile.am:
 TESTS += test-pread.sh
 check_PROGRAMS += test-pread
-TESTS_ENVIRONMENT +=   \
-  srcdir='$(srcdir)'
index 08c6834..8e8ec6d 100644 (file)
@@ -16,5 +16,4 @@ AC_CHECK_FUNCS_ONCE([getrlimit setrlimit])
 
 Makefile.am:
 TESTS += test-printf-posix.sh test-printf-posix2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-printf-posix test-printf-posix2
index 5afb986..b510e5d 100644 (file)
@@ -20,6 +20,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@
index 6635e80..6019b44 100644 (file)
@@ -31,7 +31,6 @@ AC_CHECK_HEADERS_ONCE([unistd.h sys/wait.h])
 Makefile.am:
 TESTS += test-select test-select-in.sh test-select-out.sh
 # test-select-stdin has to be run by hand.
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-select test-select-fd test-select-stdin
 test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
 test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
index 0498943..99107a6 100644 (file)
@@ -9,6 +9,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-sigpipe.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-sigpipe
 
index 0ca1114..0c4de8b 100644 (file)
@@ -20,6 +20,5 @@ AC_CHECK_FUNCS_ONCE([initstate])
 
 Makefile.am:
 TESTS += test-tsearch.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-tsearch
 test_tsearch_LDADD = $(LDADD) @TEST_TSEARCH_LIBM@
index 7ea8f0e..bd6a21a 100644 (file)
@@ -19,7 +19,7 @@ gt_LOCALE_ZH_CN
 
 Makefile.am:
 TESTS += unicase/test-locale-language.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
+TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@' LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' LOCALE_JA='@LOCALE_JA@' LOCALE_TR_UTF8='@LOCALE_TR_UTF8@' LOCALE_ZH_CN='@LOCALE_ZH_CN@'
 check_PROGRAMS += test-locale-language
 test_locale_language_SOURCES = unicase/test-locale-language.c
 test_locale_language_LDADD = $(LDADD) @INTL_MACOSX_LIBS@
index 60dfe87..93ac72c 100644 (file)
@@ -17,7 +17,6 @@ gt_LOCALE_FR_UTF8
 Makefile.am:
 TESTS += unicase/test-ulc-casecmp1.sh unicase/test-ulc-casecmp2.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-ulc-casecmp
index 879156d..11c6f59 100644 (file)
@@ -17,7 +17,6 @@ gt_LOCALE_FR_UTF8
 Makefile.am:
 TESTS += unicase/test-ulc-casecoll1.sh unicase/test-ulc-casecoll2.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@'
 check_PROGRAMS += test-ulc-casecoll
index 6fb0917..6f2f7f7 100644 (file)
@@ -11,7 +11,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += uniname/test-uninames.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-uninames
 test_uninames_SOURCES = uniname/test-uninames.c
 test_uninames_LDADD = $(LDADD) @LIBINTL@
index 81a563b..d67a13e 100644 (file)
@@ -22,7 +22,7 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-u16-vasnprintf1 unistdio/test-u16-vasnprintf2.sh unistdio/test-u16-vasnprintf3.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-u16-vasnprintf1 test-u16-vasnprintf2 test-u16-vasnprintf3
 test_u16_vasnprintf1_SOURCES = unistdio/test-u16-vasnprintf1.c
 test_u16_vasnprintf1_LDADD = $(LDADD) @LIBICONV@
index ae0bf1a..7330887 100644 (file)
@@ -22,7 +22,7 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-u32-vasnprintf1 unistdio/test-u32-vasnprintf2.sh unistdio/test-u32-vasnprintf3.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-u32-vasnprintf1 test-u32-vasnprintf2 test-u32-vasnprintf3
 test_u32_vasnprintf1_SOURCES = unistdio/test-u32-vasnprintf1.c
 test_u32_vasnprintf1_LDADD = $(LDADD) @LIBICONV@
index 221b942..485ca5d 100644 (file)
@@ -22,7 +22,7 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-u8-vasnprintf1 unistdio/test-u8-vasnprintf2.sh unistdio/test-u8-vasnprintf3.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-u8-vasnprintf1 test-u8-vasnprintf2 test-u8-vasnprintf3
 test_u8_vasnprintf1_SOURCES = unistdio/test-u8-vasnprintf1.c
 test_u8_vasnprintf1_LDADD = $(LDADD) @LIBICONV@
index 8ee2268..f90aaed 100644 (file)
@@ -18,7 +18,7 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-ulc-vasnprintf1 unistdio/test-ulc-vasnprintf2.sh unistdio/test-ulc-vasnprintf3.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-ulc-vasnprintf1 test-ulc-vasnprintf2 test-ulc-vasnprintf3
 test_ulc_vasnprintf1_SOURCES = unistdio/test-ulc-vasnprintf1.c
 test_ulc_vasnprintf1_LDADD = $(LDADD) @LIBICONV@
index ad612ff..3bf214d 100644 (file)
@@ -12,7 +12,7 @@ gt_LOCALE_FR
 
 Makefile.am:
 TESTS += uniwbrk/test-ulc-wordbreaks.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' LOCALE_FR='@LOCALE_FR@'
+TESTS_ENVIRONMENT += LOCALE_FR='@LOCALE_FR@'
 check_PROGRAMS += test-ulc-wordbreaks
 test_ulc_wordbreaks_SOURCES = uniwbrk/test-ulc-wordbreaks.c
 test_ulc_wordbreaks_LDADD = $(LDADD) @LIBICONV@
index 523d0ba..c6caf1f 100644 (file)
@@ -10,7 +10,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-uc_width uniwidth/test-uc_width2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-uc_width test-uc_width2
 test_uc_width_SOURCES = uniwidth/test-uc_width.c
 test_uc_width2_SOURCES = uniwidth/test-uc_width2.c
index d3dc168..5320d88 100644 (file)
@@ -17,5 +17,5 @@ gt_LOCALE_FR_UTF8
 
 Makefile.am:
 TESTS += test-vasnprintf-posix test-vasnprintf-posix2.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' 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-vasnprintf-posix test-vasnprintf-posix2
index ffa2917..a7dff7a 100644 (file)
@@ -13,5 +13,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-vdprintf-posix.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-vdprintf-posix
index 94ff3b7..54936db 100644 (file)
@@ -8,6 +8,5 @@ version-etc-fsf
 
 Makefile.am:
 TESTS += test-version-etc.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-version-etc
 test_version_etc_LDADD = $(LDADD) @LIBINTL@
index 8062cd2..d4dab2d 100644 (file)
@@ -13,5 +13,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-vfprintf-posix.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-vfprintf-posix
index 66c01bd..84f250b 100644 (file)
@@ -13,5 +13,4 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-vprintf-posix.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-vprintf-posix
index 47ba677..abedd77 100644 (file)
@@ -20,7 +20,6 @@ gt_LOCALE_ZH_CN
 Makefile.am:
 TESTS += test-wcrtomb.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
index dc362b9..1745272 100644 (file)
@@ -22,7 +22,6 @@ gt_LOCALE_ZH_CN
 Makefile.am:
 TESTS += test-wcsnrtombs1.sh test-wcsnrtombs2.sh test-wcsnrtombs3.sh test-wcsnrtombs4.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
index 757ce42..41ec997 100644 (file)
@@ -22,7 +22,6 @@ gt_LOCALE_ZH_CN
 Makefile.am:
 TESTS += test-wcsrtombs1.sh test-wcsrtombs2.sh test-wcsrtombs3.sh test-wcsrtombs4.sh
 TESTS_ENVIRONMENT += \
-  EXEEXT='@EXEEXT@' \
   LOCALE_FR='@LOCALE_FR@' \
   LOCALE_FR_UTF8='@LOCALE_FR_UTF8@' \
   LOCALE_JA='@LOCALE_JA@' \
index 30dc302..ca7acd2 100644 (file)
@@ -8,6 +8,5 @@ progname
 
 Makefile.am:
 TESTS += test-xalloc-die.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xalloc-die
 test_xalloc_die_LDADD = $(LDADD) @LIBINTL@
index 22e01ca..7882b43 100644 (file)
@@ -15,7 +15,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-xprintf-posix.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@' srcdir='$(srcdir)'
 check_PROGRAMS += test-xfprintf-posix test-xprintf-posix
 test_xfprintf_posix_LDADD = $(LDADD) @LIBINTL@
 test_xprintf_posix_LDADD = $(LDADD) @LIBINTL@
index da7cb15..cf7acfd 100644 (file)
@@ -8,6 +8,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-xstrtoimax.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xstrtoimax
 test_xstrtoimax_LDADD = $(LDADD) @LIBINTL@
index b466338..91b74b3 100644 (file)
@@ -9,7 +9,6 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-xstrtol.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xstrtol test-xstrtoul
 test_xstrtol_LDADD = $(LDADD) @LIBINTL@
 test_xstrtoul_LDADD = $(LDADD) @LIBINTL@
index 8540365..67b30c5 100644 (file)
@@ -8,6 +8,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-xstrtoumax.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-xstrtoumax
 test_xstrtoumax_LDADD = $(LDADD) @LIBINTL@
index 3d484da..01ba8e1 100644 (file)
@@ -10,6 +10,5 @@ configure.ac:
 
 Makefile.am:
 TESTS += test-yesno.sh
-TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
 check_PROGRAMS += test-yesno
 test_yesno_LDADD = $(LDADD) @LIBINTL@