diff options
author | Jim Meyering <jim@meyering.net> | 2002-12-03 17:50:46 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-12-03 17:50:46 +0000 |
commit | 7ae465f167cd482886d74b19c5b3a8fc0742215f (patch) | |
tree | f350756626ea7751d810bf6f3105870ddd47f1f5 /tests | |
parent | 2e1a0e16ed6bbfe3f4815384f66de6649b5162ad (diff) | |
download | coreutils-7ae465f167cd482886d74b19c5b3a8fc0742215f.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/du/Makefile.in | 2 | ||||
-rw-r--r-- | tests/ls/Makefile.in | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 24f6d8de1..8dcc5c9f9 100644 --- a/tests/du/Makefile.in +++ b/tests/du/Makefile.in @@ -148,7 +148,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.4 gnits -TESTS = deref two-args slink +TESTS = trailing-slash deref two-args slink EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ PATH=`pwd`/../../src:$$PATH diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index 28425dcdc..1db99f26a 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -149,7 +149,10 @@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.2 gnits -TESTS = recursive dired infloop rt-1 time-1 symlink-slash follow-slink no-arg +TESTS = \ + file-type recursive dired infloop \ + rt-1 time-1 symlink-slash follow-slink no-arg + EXTRA_DIST = $(TESTS) TESTS_ENVIRONMENT = \ |