From: Jim Meyering Date: Fri, 16 Jan 2004 14:45:28 +0000 (+0000) Subject: (TESTS): Add relative. X-Git-Tag: v5.1.1~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600bbee3f8eced0a6388b78f8f8bd65f059c4b96;p=thirdparty%2Fcoreutils.git (TESTS): Add relative. --- diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 55427c2113..ed4d6dce90 100644 --- a/tests/touch/Makefile.am +++ b/tests/touch/Makefile.am @@ -2,10 +2,11 @@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = \ + relative \ not-owner \ no-create-missing \ fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ host_triplet=$(host_triplet) \ - PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" + PATH="`pwd`/../../src/vg$(PATH_SEPARATOR)$$PATH"