diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-08 18:08:16 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-08 18:08:16 +0000 |
commit | 47276b7f945a99bd59b3740ae7016a463bbee56a (patch) | |
tree | 4afb6292f4672533f45bd1403de15ba39c19b13f | |
parent | d60aa229571337dcf4e7cd1d2e031363b66f5f70 (diff) | |
download | coreutils-47276b7f945a99bd59b3740ae7016a463bbee56a.tar.xz |
(TESTS): Add restore-wd.
-rw-r--r-- | tests/du/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/du/Makefile.am b/tests/du/Makefile.am index c79f31319..1ee00fd11 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -1,7 +1,9 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*-. AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = exclude no-x no-deref trailing-slash deref two-args slink +TESTS = \ + restore-wd \ + exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH="`pwd`/../../src@PATH_SEPARATOR@$$PATH" |