aboutsummaryrefslogtreecommitdiff
path: root/testdir
diff options
context:
space:
mode:
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'
-
-!!!!