Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Y02 test failure
- X-seq: zsh-workers 49569
- From: Marlon Richert <marlon.richert@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Y02 test failure
- Date: Fri, 12 Nov 2021 21:23:09 +0200
- Archived-at: <https://zsh.org/workers/49569>
- List-id: <zsh-workers.zsh.org>
On macOS:
% make TESTNUM=Y01 check
if test -n "gcc"; then \
cd .. && DESTDIR= \
/Applications/Xcode.app/Contents/Developer/usr/bin/make
MODDIR=`pwd`/Test/Modules install.modules > /dev/null; \
fi
if test -z "$ZTST_handler"; then \
ZTST_handler=runtests.zsh; \
fi; \
if ZTST_testlist="`for f in ./Y01*.ztst; \
do echo $f; done`" \
ZTST_srcdir="." \
ZTST_exe=../Src/zsh \
../Src/zsh +Z -f ./$ZTST_handler; then \
stat=0; \
else \
stat=1; \
fi; \
sleep 1; \
rm -rf Modules .zcompdump; \
exit $stat
./Y01completion.ztst: starting.
--- /tmp/zsh.ztst.176/ztst.out 2021-11-12 21:19:31.000000000 +0200
+++ /tmp/zsh.ztst.176/ztst.tout 2021-11-12 21:19:31.000000000 +0200
@@ -1 +1 @@
-line: {ztst.zsh }{}
+line: {ztst.zsh}{}
Test ./Y01completion.ztst failed: output differs from expected as
shown above for:
comptesteval "path=( $ZTST_srcdir:A )"
comptest $'zt\t'
Was testing: command
./Y01completion.ztst: test failed.
**************************************
0 successful test scripts, 1 failure, 0 skipped
**************************************
make: *** [check] Error 1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author