diff options
Diffstat (limited to 'tests/chmod')
-rwxr-xr-x | tests/chmod/c-option | 1 | ||||
-rwxr-xr-x | tests/chmod/no-x | 1 | ||||
-rwxr-xr-x | tests/chmod/setgid | 1 | ||||
-rwxr-xr-x | tests/chmod/thru-dangling | 1 | ||||
-rwxr-xr-x | tests/chmod/umask-x | 1 | ||||
-rwxr-xr-x | tests/chmod/usage | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/tests/chmod/c-option b/tests/chmod/c-option index 838270f01..e756b5be8 100755 --- a/tests/chmod/c-option +++ b/tests/chmod/c-option @@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/lang-default . $top_srcdir/tests/test-lib.sh umask 0 diff --git a/tests/chmod/no-x b/tests/chmod/no-x index 7a7995a00..336041ce2 100755 --- a/tests/chmod/no-x +++ b/tests/chmod/no-x @@ -22,7 +22,6 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/lang-default . $top_srcdir/tests/test-lib.sh skip_if_root_ diff --git a/tests/chmod/setgid b/tests/chmod/setgid index c716e4b2a..c156354b8 100755 --- a/tests/chmod/setgid +++ b/tests/chmod/setgid @@ -22,7 +22,6 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/lang-default . $top_srcdir/tests/test-lib.sh umask 0 diff --git a/tests/chmod/thru-dangling b/tests/chmod/thru-dangling index a2807284b..0924b4779 100755 --- a/tests/chmod/thru-dangling +++ b/tests/chmod/thru-dangling @@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/lang-default . $top_srcdir/tests/test-lib.sh ln -s non-existent dangle || framework_failure diff --git a/tests/chmod/umask-x b/tests/chmod/umask-x index 9f33fbfc7..1bc5033c6 100755 --- a/tests/chmod/umask-x +++ b/tests/chmod/umask-x @@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/lang-default . $top_srcdir/tests/test-lib.sh fail=0 diff --git a/tests/chmod/usage b/tests/chmod/usage index 8a641b87f..9c867c06f 100755 --- a/tests/chmod/usage +++ b/tests/chmod/usage @@ -21,7 +21,6 @@ if test "$VERBOSE" = yes; then chmod --version fi -. $top_srcdir/tests/lang-default . $top_srcdir/tests/test-lib.sh fail=0 |