diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-05 09:47:17 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-05 09:47:17 +0000 |
commit | 031d89674ac6055cb4055f095026ec98e3fdd8e0 (patch) | |
tree | 86781e6d3f15098f5029cf71108dad499a1874a4 | |
parent | 7b86ff926863e004d8bf5089a60ccb61137f06f9 (diff) | |
download | coreutils-031d89674ac6055cb4055f095026ec98e3fdd8e0.tar.xz |
(TESTS): Add exclude.
-rw-r--r-- | tests/du/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index 2c3567969..c79f31319 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = no-x no-deref trailing-slash deref two-args slink +TESTS = exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" |