diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Test/E02xtrace.ztst | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 25173481b..8f90599d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2008-10-10 Peter Stephenson <pws@csr.com> + * users/13323: Test/E02xtrace.ztst: new test wasn't robust + about ignoring /etc/zshenv. + * users/13321: configure.ac: allow --disable-gdbm. * unposted: Doc/Zsh/expn.yo: protect () from macro expansion. diff --git a/Test/E02xtrace.ztst b/Test/E02xtrace.ztst index 05969b677..a0c2e9660 100644 --- a/Test/E02xtrace.ztst +++ b/Test/E02xtrace.ztst @@ -98,7 +98,8 @@ : fn ' >fnfile - $ZTST_testdir/../Src/zsh -fx ./fnfile + $ZTST_testdir/../Src/zsh -fx ./fnfile 2>errfile + grep '\./fnfile' errfile 1>&2 0:Trace output with sourcefile and line number. >This is fn. ?+./fnfile:1> PS4='+%x:%I> ' |