summaryrefslogtreecommitdiff
path: root/tests/touch
diff options
context:
space:
mode:
Diffstat (limited to 'tests/touch')
-rwxr-xr-xtests/touch/fail-diag1
-rwxr-xr-xtests/touch/not-owner1
2 files changed, 0 insertions, 2 deletions
diff --git a/tests/touch/fail-diag b/tests/touch/fail-diag
index 7177ad444..1df8e5494 100755
--- a/tests/touch/fail-diag
+++ b/tests/touch/fail-diag
@@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then
touch --version
fi
-. $top_srcdir/tests/lang-default
. $top_srcdir/tests/test-lib.sh
skip_if_root_
diff --git a/tests/touch/not-owner b/tests/touch/not-owner
index d041531c5..f3b294d78 100755
--- a/tests/touch/not-owner
+++ b/tests/touch/not-owner
@@ -22,7 +22,6 @@ if test "$VERBOSE" = yes; then
touch --version
fi
-. $top_srcdir/tests/lang-default
. $top_srcdir/tests/test-lib.sh
if env -- test -w /; then