From f2d4fc8016ca7a7b2525ccfccd6e8ee5710277e1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Aug 1998 03:04:06 +0000 Subject: Avoid bug in Ultrix4.3a /bin/sh, not initializing output redirection of : command. --- tests/rm/i-1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/rm/i-1') diff --git a/tests/rm/i-1 b/tests/rm/i-1 index f16aaf2ed..4020132c5 100755 --- a/tests/rm/i-1 +++ b/tests/rm/i-1 @@ -15,7 +15,7 @@ tmp=$RM_TMPDIR/t-rm.$$ test_failure=0 mkdir $tmp || test_failure=1 -: > $tmp/a || test_failure=1 +echo > $tmp/a || test_failure=1 test -f $tmp/a || test_failure=1 if test $test_failure = 1; then -- cgit v1.2.3-54-g00ecf