diff options
author | Jim Meyering <jim@meyering.net> | 2003-02-21 11:12:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-02-21 11:12:34 +0000 |
commit | 0586e6dbfc36a6d4845da80066d90081ff16e2a3 (patch) | |
tree | b54de0179590ccab4e148eee82886f7dbc4f328e /tests | |
parent | 3abab5f38820ee650b8109518f55a65338b6edaa (diff) | |
download | coreutils-0586e6dbfc36a6d4845da80066d90081ff16e2a3.tar.xz |
(TESTS): Add basic.
Diffstat (limited to 'tests')
-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 1ee00fd11..4cfc1c6f9 100644 --- a/tests/du/Makefile.am +++ b/tests/du/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = 1.4 gnits TESTS = \ - restore-wd \ + basic restore-wd \ exclude no-x no-deref trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |