]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix test typo.
authorEric Blake <ebb9@byu.net>
Wed, 8 Jul 2009 20:43:13 +0000 (14:43 -0600)
committerEric Blake <ebb9@byu.net>
Thu, 9 Jul 2009 11:59:32 +0000 (05:59 -0600)
* tests/m4sh.at (AS@&t@_INIT_GENERATED): Close fd, rather than
creating file named -.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
tests/m4sh.at

index 73099aefe1e143a82c765ef68be4af32fc996d87..d256710600eaf482e7545b59338a5c3987396fff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2009-07-09  Eric Blake  <ebb9@byu.net>
 
+       Fix test typo.
+       * tests/m4sh.at (AS@&t@_INIT_GENERATED): Close fd, rather than
+       creating file named -.
+
        Fix testsuite under dash.
        * tests/m4sh.at (LINENO stack, AS@&t@_BASENAME, AS@&t@_DIRNAME)
        (AS@&t@_ECHO and AS@&t@_ECHO_N, AS@&t@_EXIT, AS@&t@_MKDIR_P)
index 597fedb818e1f1f1a9193af3505f252782305ebd..a7cef6c0256dfe5f0d88c8f7cb2ff7dac409221c 100644 (file)
@@ -1317,7 +1317,7 @@ AS_MESSAGE([hello3 from child])
 EOF
 AS_MESSAGE([hello from parent])
 dnl close log in parent before spawning child, for mingw
-exec AS_MESSAGE_LOG_FD>-
+exec AS_MESSAGE_LOG_FD>&-
 ./$child
 ]])