diff --git a/tests/sh.testcases b/tests/sh.testcases index 9b5c8da59..88e709f87 100644 --- a/tests/sh.testcases +++ b/tests/sh.testcases @@ -28,6 +28,12 @@ if false; then tr 'A-Z' 'a-z'; else echo bar4; fi foo 2>&1 +cat foo +cat doesnt_exist >foo 2>&1 +tr 'a-z' 'A-Z'