diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-16 22:28:13 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-16 22:28:13 +0000 |
commit | 308e04e3262419a1a14a8a99f9165c76d63c7f80 (patch) | |
tree | e51d6f2326980266fce53b719cf54c070f7c47ed /tests | |
parent | d3e2cd07833446e925f75f91b866190eb3ad30ef (diff) | |
download | coreutils-308e04e3262419a1a14a8a99f9165c76d63c7f80.tar.xz |
.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/du/Makefile.in | 2 | ||||
-rw-r--r-- | tests/ls/Makefile.in | 2 | ||||
-rw-r--r-- | tests/rm/Makefile.in | 2 | ||||
-rw-r--r-- | tests/touch/Makefile.in | 1 |
4 files changed, 4 insertions, 3 deletions
diff --git a/tests/du/Makefile.in b/tests/du/Makefile.in index 4bf748f60..f4b7868c5 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 = trailing-slash deref two-args slink +TESTS = no-deref 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 5dabf34e4..cea196a47 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -150,7 +150,7 @@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.2 gnits TESTS = \ - file-type recursive dired infloop \ + inode dangle file-type recursive dired infloop \ rt-1 time-1 symlink-slash follow-slink no-arg diff --git a/tests/rm/Makefile.in b/tests/rm/Makefile.in index 55330133c..c408836f6 100644 --- a/tests/rm/Makefile.in +++ b/tests/rm/Makefile.in @@ -148,7 +148,7 @@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.1 gnits -TESTS = i-no-r fail-eperm \ +TESTS = cycle i-no-r fail-eperm \ dangling-symlink rm1 rm2 rm3 rm4 rm5 \ unread2 r-1 r-2 r-3 i-1 ir-1 f-1 sunos-1 deep-1 hash \ isatty # unreadable empty-name diff --git a/tests/touch/Makefile.in b/tests/touch/Makefile.in index 3e8f66153..92a32d767 100644 --- a/tests/touch/Makefile.in +++ b/tests/touch/Makefile.in @@ -149,6 +149,7 @@ target_alias = @target_alias@ AUTOMAKE_OPTIONS = 1.3 gnits TESTS = \ + not-owner \ no-create-missing \ fail-diag dir-1 dangling-symlink empty-file fifo no-rights obsolescent |