diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-08 18:08:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-08 18:08:54 +0000 |
commit | a9bf908eb394c1c42d68a36c4e16864dcc32ee86 (patch) | |
tree | 60819fbe18df9375bd51b67e5af3ae64e8e74529 /tests | |
parent | 77f6e91e99915002bbf1308f89b3bf23d9c49962 (diff) | |
download | coreutils-a9bf908eb394c1c42d68a36c4e16864dcc32ee86.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/du/Makefile.in | 5 |
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" |