diff options
author | Jim Meyering <jim@meyering.net> | 2004-01-16 14:45:28 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-01-16 14:45:28 +0000 |
commit | 600bbee3f8eced0a6388b78f8f8bd65f059c4b96 (patch) | |
tree | 096de3d71d3b53d846d04e8d46e61f1f8ae73e24 /tests | |
parent | 957e8de3538969f07a67d61fe81ed52e671c9631 (diff) | |
download | coreutils-600bbee3f8eced0a6388b78f8f8bd65f059c4b96.tar.xz |
(TESTS): Add relative.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/touch/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/touch/Makefile.am b/tests/touch/Makefile.am index 55427c211..ed4d6dce9 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" |