diff options
Diffstat (limited to 'tests/rm/interactive-once')
-rwxr-xr-x | tests/rm/interactive-once | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/rm/interactive-once b/tests/rm/interactive-once index bc612b0e7..48086d704 100755 --- a/tests/rm/interactive-once +++ b/tests/rm/interactive-once @@ -18,12 +18,8 @@ test=interactive-once -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 dir1-1 dir2-1 dir2-2 || framework_failure touch file1-1 file2-1 file2-2 file2-3 file3-1 file3-2 file3-3 file3-4 \ |