diff options
author | Jim Meyering <jim@meyering.net> | 2003-09-07 17:17:35 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-09-07 17:17:35 +0000 |
commit | fbb58571c6a1591ec31baa7dbcb6b4fdf80e12b8 (patch) | |
tree | 6827657ef1f29a040711dcb6431b483e22ddcd66 /tests | |
parent | 1c7aabc4d2031e4bcdfc2955b582cb0d6091eb6d (diff) | |
download | coreutils-fbb58571c6a1591ec31baa7dbcb6b4fdf80e12b8.tar.xz |
(EXTRA_DIST): Add vfat.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mv/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mv/Makefile.am b/tests/mv/Makefile.am index d5a96abe6..0d3acd3cb 100644 --- a/tests/mv/Makefile.am +++ b/tests/mv/Makefile.am @@ -14,7 +14,7 @@ TESTS = \ i-1 hard-link-1 force partition-perm to-symlink dir-file diag \ part-symlink part-rename trailing-slash -EXTRA_DIST = $(TESTS) setup +EXTRA_DIST = $(TESTS) setup vfat TESTS_ENVIRONMENT = \ PERL="$(PERL)" \ PATH="`pwd`/../../src$(PATH_SEPARATOR)$$PATH" \ |