diff options
Diffstat (limited to 'tests/chmod/Makefile.am')
-rw-r--r-- | tests/chmod/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chmod/Makefile.am b/tests/chmod/Makefile.am index d1187d083..0eac48639 100644 --- a/tests/chmod/Makefile.am +++ b/tests/chmod/Makefile.am @@ -14,4 +14,5 @@ TESTS = \ EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ + CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" |