Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: wordcode files



In article <200003011006.LAA24751@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
  Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:

> Ok, here is the patch.

Since 9947, make check fails as follows.

...
./04redirect.ztst: all tests successful.
*** /tmp/zsh.ztst.out.2056      Thu Mar  2 00:21:37 2000
--- /tmp/zsh.ztst.tout.2056     Thu Mar  2 00:21:37 2000
***************
*** 1,2 ****
! Hello.
  This, too, is functst
--- 1,2 ----
! This, too, is functst
  This, too, is functst
Test ./05command.ztst failed: output differs from expected as shown above for:
  unfunction functst
  print "functst() { print This, too, is functst; }; print Hello." >functst
  typeset -fu functst
  functst
  functst
Was testing: autoloading with initialization
./05command.ztst: test failed.
./06arith.ztst: all tests successful.
./07cond.ztst: all tests successful.
Test ./08traps.ztst failed: bad status 1, expected 0 from:
   fn1() {
    trap
    TRAPINT() { print INT1; }
    fn2() { TRAPINT() { print INT2; }; trap; }
    trap
    fn2
    trap
  }
  fn1
Error output:
fn1: command not found: INT1
fn1: command not found: INT1
Was testing:  Nested `trap ... INT', not triggered
./08traps.ztst: test failed.
./09funcdef.ztst: all tests successful.
...
-- 
Tanaka Akira



Messages sorted by: Reverse Date, Date, Thread, Author