diff options
Diffstat (limited to 'tests/touch')
-rwxr-xr-x | tests/touch/fail-diag | 1 | ||||
-rwxr-xr-x | tests/touch/not-owner | 1 |
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 |