summaryrefslogtreecommitdiff
path: root/tests/mv/backup-dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/backup-dir')
-rwxr-xr-xtests/mv/backup-dir8
1 files changed, 2 insertions, 6 deletions
diff --git a/tests/mv/backup-dir b/tests/mv/backup-dir
index 3c2bb5262..a96edc680 100755
--- a/tests/mv/backup-dir
+++ b/tests/mv/backup-dir
@@ -16,12 +16,8 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-if test "$VERBOSE" = yes; then
- set -x
- mv --version
-fi
-
-. $srcdir/test-lib.sh
+. "${srcdir=.}/init.sh"; path_prepend_ ../src
+test "$VERBOSE" = yes && mv --version
mkdir A B || framework_failure
touch X Y || framework_failure