diff options
Diffstat (limited to 'testsuite/awk.tests')
-rwxr-xr-x | testsuite/awk.tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index 0afe9b9e7..5a323047d 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -202,4 +202,7 @@ end d | |||
202 | " \ | 202 | " \ |
203 | "" "" | 203 | "" "" |
204 | 204 | ||
205 | testing "awk handles empty ()" \ | ||
206 | "awk 'BEGIN {print()}' 2>&1" "awk: cmd. line:1: Empty sequence\n" "" "" | ||
207 | |||
205 | exit $FAILCOUNT | 208 | exit $FAILCOUNT |