diff options
Diffstat (limited to 'testsuite/awk.tests')
-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 770d8ffce..6b23b91cb 100755 --- a/testsuite/awk.tests +++ b/testsuite/awk.tests | |||
@@ -450,4 +450,9 @@ testing "awk exit N propagates through END's exit" \ | |||
450 | "42\n" \ | 450 | "42\n" \ |
451 | '' '' | 451 | '' '' |
452 | 452 | ||
453 | testing "awk print + redirect" \ | ||
454 | "awk 'BEGIN { print \"STDERR %s\" >\"/dev/stderr\" }' 2>&1" \ | ||
455 | "STDERR %s\n" \ | ||
456 | '' '' | ||
457 | |||
453 | exit $FAILCOUNT | 458 | exit $FAILCOUNT |