diff options
Diffstat (limited to 'tests/rm/f-1')
-rwxr-xr-x | tests/rm/f-1 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/rm/f-1 b/tests/rm/f-1 index 819dc2f19..6400d5b84 100755 --- a/tests/rm/f-1 +++ b/tests/rm/f-1 @@ -18,12 +18,8 @@ test=f-1 -if test "$VERBOSE" = yes; then - set -x - rm --version -fi - -. $srcdir/test-lib.sh +. "${srcdir=.}/init.sh"; path_prepend_ ../src +test "$VERBOSE" = yes && rm --version mkdir -p d || framework_failure |