From f7bb262cc8c3cfc4312e80efd781e2c79a5cbd43 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 22 Jan 1998 08:33:02 +0000 Subject: minor tweaks --- tests/rm/ir-1 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tests/rm/ir-1') diff --git a/tests/rm/ir-1 b/tests/rm/ir-1 index 9c54a9736..71418a305 100755 --- a/tests/rm/ir-1 +++ b/tests/rm/ir-1 @@ -15,7 +15,9 @@ tmp=$RM_TMPDIR/t-rm.$$ test_failure=0 mkdir $tmp $tmp/a $tmp/b $tmp/c || test_failure=1 -touch $tmp/a/a $tmp/b/bb $tmp/c/cc || test_failure=1 +> $tmp/a/a || test_failure=1 +> $tmp/b/bb || test_failure=1 +> $tmp/c/cc || test_failure=1 if test $test_failure = 1; then echo 'failure in testing framework' -- cgit v1.2.3-70-g09d2