shithub: trueawk

Download patch

ref: e22bb7c625df14ad8c9195124ed99cc41d7dfcd2
parent: 22ee26b925f0c93b3539efd2e195af74bdf34fac
author: Tim van der Molen <58601421+tbvdm@users.noreply.github.com>
date: Wed Jul 29 16:29:46 EDT 2020

Fix the T.errmsg test (#91)

Co-authored-by: Tim van der Molen <tim@kariliq.nl>

--- a/testdir/T.errmsg
+++ b/testdir/T.errmsg
@@ -186,7 +186,7 @@
 
 this should print a BAD message
 BEGIN { print }
-!!!
+!!!!
 
 
 echo '	running tests in foo.sh'
@@ -213,5 +213,3 @@
 
 $awk -safe 'BEGIN {system("date")}' >foo 2>foo2
 grep 'system is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg system unsafe'
-
-!!!!
--