aboutsummaryrefslogtreecommitdiff
path: root/testsuite/awk.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/awk.tests')
-rwxr-xr-xtestsuite/awk.tests7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests
index aa386361f..953a6e5e1 100755
--- a/testsuite/awk.tests
+++ b/testsuite/awk.tests
@@ -29,4 +29,11 @@ testing "awk 'gcc build bug'" \
29 "" "" 29 "" ""
30rm -rf awk_t1_* 30rm -rf awk_t1_*
31 31
32Q='":"'
33
34testing "awk NF in BEGIN" \
35 "awk 'BEGIN { print ${Q} NF ${Q} \$0 ${Q} \$1 ${Q} \$2 ${Q} }'" \
36 ":0::::\n" \
37 "" ""
38
32exit $FAILCOUNT 39exit $FAILCOUNT