diff options
Diffstat (limited to 'tests/chmod')
-rw-r--r-- | tests/chmod/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/chmod/Makefile.in b/tests/chmod/Makefile.in index 64f87f486..02cfb6ff2 100644 --- a/tests/chmod/Makefile.in +++ b/tests/chmod/Makefile.in @@ -260,7 +260,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = no-x equals equal-x c-option setgid EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ - PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" all: all-am |