From 377f2fbc5592ded3f941160624ccbdbc24f60758 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 31 Aug 1997 16:17:56 +0000 Subject: . --- tests/rm/f-1 | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100755 tests/rm/f-1 (limited to 'tests/rm') diff --git a/tests/rm/f-1 b/tests/rm/f-1 new file mode 100755 index 000000000..495bca88e --- /dev/null +++ b/tests/rm/f-1 @@ -0,0 +1,26 @@ +#!/bin/sh + +: ${RM=rm} +test=f-1 + +if test "$VERBOSE" = yes; then + set -x + $RM --version +fi + +: ${RM_TMPDIR=.} +tmp=$RM_TMPDIR/t-rm.$$ + +test_failure=0 +mkdir $tmp || test_failure=1 + +if test $test_failure = 1; then + echo 'failure in testing framework' + exit 1 +fi + +fail=0 +$RM -f $tmp/no-such-file || fail=1 +rm -rf $tmp + +exit $fail -- cgit v1.2.3-70-g09d2