]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix for Zsh.
authorAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 12:18:36 +0000 (12:18 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 22 Apr 2002 12:18:36 +0000 (12:18 +0000)
tests/m4sh.at

index fb5a34d35e828988656e6e4563ca9692faa73975..49c0548ee5f104a4acb371f2726d6ec12d508ad3 100644 (file)
@@ -32,7 +32,7 @@ AT_SETUP([LINENO])
 # unsetting LINENO to compare its result when (i) LINENO is supported
 # and when (ii) it is not.
 # So just skip if the shell is ZSH.
-AT_CHECK([test -n "${ZSH_VERSION+set}" && exit 77])
+AT_CHECK([test -n "${ZSH_VERSION+set}" && exit 77], ignore)
 
 # AT_DATA_LINENO(FILENAME,
 #                UNSET-LINENO = true | false, COUNTER, COUNTER-RE)