summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-02-08 18:08:54 +0000
committerJim Meyering <jim@meyering.net>2003-02-08 18:08:54 +0000
commita9bf908eb394c1c42d68a36c4e16864dcc32ee86 (patch)
tree60819fbe18df9375bd51b67e5af3ae64e8e74529 /tests
parent77f6e91e99915002bbf1308f89b3bf23d9c49962 (diff)
downloadcoreutils-a9bf908eb394c1c42d68a36c4e16864dcc32ee86.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/du/Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in
index 176ed411a..949839ee9 100644
--- a/tests/du/Makefile.in
+++ b/tests/du/Makefile.in
@@ -148,7 +148,10 @@ sysconfdir = @sysconfdir@
target_alias = @target_alias@
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"