diff options
Diffstat (limited to 'tests/touch')
-rw-r--r-- | tests/touch/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 6978a51b4..d17213d39 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -22,9 +22,5 @@ TESTS = \ no-create-missing \ fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent EXTRA_DIST = $(TESTS) -TESTS_ENVIRONMENT = \ - host_triplet=$(host_triplet) \ - CU_TEST_NAME=`basename $(abs_srcdir)`,$$tst \ - PATH="$(VG_PATH_PREFIX)`pwd`/../../src$(PATH_SEPARATOR)$$PATH" include $(top_srcdir)/tests/check.mk |