From e22bb7c625df14ad8c9195124ed99cc41d7dfcd2 Mon Sep 17 00:00:00 2001 From: Tim van der Molen <58601421+tbvdm@users.noreply.github.com> Date: Wed, 29 Jul 2020 20:29:46 +0200 Subject: [PATCH] Fix the T.errmsg test (#91) Co-authored-by: Tim van der Molen --- testdir/T.errmsg | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/testdir/T.errmsg b/testdir/T.errmsg index fcaaf9b..bf2fd6a 100755 --- a/testdir/T.errmsg +++ b/testdir/T.errmsg @@ -186,7 +186,7 @@ BEGIN { foo() } this should print a BAD message BEGIN { print } -!!! +!!!! echo ' running tests in foo.sh' @@ -213,5 +213,3 @@ grep 'print | is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg print | unsafe' $awk -safe 'BEGIN {system("date")}' >foo 2>foo2 grep 'system is unsafe' foo2 >/dev/null || echo 'BAD: T.errmsg system unsafe' - -!!!!