diff options
-rw-r--r-- | tests/chgrp/Makefile.in | 2 | ||||
-rw-r--r-- | tests/chmod/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/chgrp/Makefile.in b/tests/chgrp/Makefile.in index a0786a43a..b32637f19 100644 --- a/tests/chgrp/Makefile.in +++ b/tests/chgrp/Makefile.in @@ -153,7 +153,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = posix-H basic deref recurse +TESTS = no-x posix-H basic deref recurse EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 7b5a57199..1ed90ddac 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -153,7 +153,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = equals equal-x c-option setgid +TESTS = no-x equals equal-x c-option setgid EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |