From 12422ffe3eb9a27f40a0e8dfd003010c374b7593 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Tue, 5 Jun 2001 17:48:47 +0000 Subject: Added a new testcase from Larry Doolittle (inspired by a note from Vadim Berkgaut). --- tests/sh.testcases | 6 ++++++ 1 file changed, 6 insertions(+) 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'