diff options
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/awk.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/awk.tests b/testsuite/awk.tests index 6b23b91cb..242c897d1 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -455,4 +455,9 @@ testing "awk print + redirect" \ | |||
455 | "STDERR %s\n" \ | 455 | "STDERR %s\n" \ |
456 | '' '' | 456 | '' '' |
457 | 457 | ||
458 | testing "awk \"cmd\" | getline" \ | ||
459 | "awk 'BEGIN { \"echo HELLO\" | getline; print }'" \ | ||
460 | "HELLO\n" \ | ||
461 | '' '' | ||
462 | |||
458 | exit $FAILCOUNT | 463 | exit $FAILCOUNT |