| commit | 1f1da93834579098ca38bcb96a9a3225039d1f05 | [log] [tgz] |
|---|---|---|
| author | Akim Demaille <akim@epita.fr> | Mon Apr 22 12:18:36 2002 +0000 |
| committer | Akim Demaille <akim@epita.fr> | Mon Apr 22 12:18:36 2002 +0000 |
| tree | e44b431817d7c1b093272c53985267c4efa23cb9 | |
| parent | 63b1ec154d20a9d8ea4827000560f166610524b1 [diff] |
Fix for Zsh.
diff --git a/tests/m4sh.at b/tests/m4sh.at index fb5a34d..49c0548 100644 --- a/tests/m4sh.at +++ b/tests/m4sh.at
@@ -32,7 +32,7 @@ # 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)