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

50cd.ztst fails if run from unresolved path



I just tried `make test' on the latest CVS tree, in a directory
/opt/zsh, which is a symlink to /mnt/hda7/opt/zsh.  50cd.ztst failed,
because the test assumes that $mydir is absolute:

cd Test ; make check
make[1]: Entering directory `/mnt/hda7/opt/zsh/Test'
for f in *.ztst; do \
  ../Src/zsh ztst.zsh $f; \
done
01grammar.ztst: all tests successful.
02alias.ztst: all tests successful.
03quoting.ztst: all tests successful.
*** /tmp/zsh.ztst.out.14109     Tue Dec 14 01:39:01 1999
--- /tmp/zsh.ztst.tout.14109    Tue Dec 14 01:39:01 1999
***************
*** 1,2 ****
! /opt/zsh/Test/cdtst.tmp/real
! /opt/zsh/Test/cdtst.tmp/real
--- 1,2 ----
! /mnt/hda7/opt/zsh/Test/cdtst.tmp/real
! /mnt/hda7/opt/zsh/Test/cdtst.tmp/real
Test 50cd.ztst failed: output differs from expected as shown above for:
 setopt chaselinks
 cd cdtst.tmp/sub/fake &&
 pwd &&
 print $PWD
Was testing: Resolving symbolic links with chaselinks set
50cd.ztst: test failed.
make[1]: *** [check] Error 1
make[1]: Leaving directory `/mnt/hda7/opt/zsh/Test'
make: *** [test] Error 2



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