From: Matt Kraai Date: Tue, 5 Jun 2001 17:48:47 +0000 (-0000) Subject: Added a new testcase from Larry Doolittle (inspired by a note from Vadim X-Git-Tag: 0_52~113 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=12422ffe3eb9a27f40a0e8dfd003010c374b7593;p=oweals%2Fbusybox.git Added a new testcase from Larry Doolittle (inspired by a note from Vadim Berkgaut). --- 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'