From 9fa24a7e5148e785edab0608aa0a013a09ca076c Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 21 Dec 1999 23:12:01 +0000 Subject: zsh-workers/9129 --- Test/ztst.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Test/ztst.zsh') diff --git a/Test/ztst.zsh b/Test/ztst.zsh index a9bf16746..8ce94fca1 100755 --- a/Test/ztst.zsh +++ b/Test/ztst.zsh @@ -69,11 +69,11 @@ rm -rf dummy.tmp *.tmp # Report failure. Note that all output regarding the tests goes to stdout. # That saves an unpleasant mixture of stdout and stderr to sort out. ZTST_testfailed() { - print "Test $ZTST_testname failed: $1" + print -r "Test $ZTST_testname failed: $1" if [[ -n $ZTST_message ]]; then - print "Was testing: $ZTST_message" + print -r "Was testing: $ZTST_message" fi - print "$ZTST_testname: test failed." + print -r "$ZTST_testname: test failed." ZTST_cleanup exit 1 } -- cgit 1.4.1