summaryrefslogtreecommitdiff
path: root/tests/rm/ir-1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/rm/ir-1')
-rwxr-xr-xtests/rm/ir-14
1 files changed, 3 insertions, 1 deletions
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'