aboutsummaryrefslogtreecommitdiff
path: root/testdir
diff options
context:
space:
mode:
authorTim van der Molen <58601421+tbvdm@users.noreply.github.com>2020-07-29 20:29:46 +0200
committerGitHub <noreply@github.com>2020-07-29 21:29:46 +0300
commite22bb7c625df14ad8c9195124ed99cc41d7dfcd2 (patch)
tree2557485e22b152f02291f93ba0d8451671e2eb55 /testdir
parent22ee26b925f0c93b3539efd2e195af74bdf34fac (diff)
downloadone-true-awk-e22bb7c625df14ad8c9195124ed99cc41d7dfcd2.tar.gz
Fix the T.errmsg test (#91)
Co-authored-by: Tim van der Molen <tim@kariliq.nl>
Diffstat (limited to 'testdir')
-rwxr-xr-xtestdir/T.errmsg4
1 files changed, 1 insertions, 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'
-
-!!!!