diff options
author | Jim Meyering <jim@meyering.net> | 2004-07-06 16:13:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-07-06 16:13:01 +0000 |
commit | ef09b8426a7477dbd7c0a8e31bab2fce0991265e (patch) | |
tree | 08b1c05569b7bc56f1a5e645cff7b1b94dbd0d37 /tests/misc | |
parent | 037b7fc0b9eceadf1fb3ce29b0a00c96bc8f39c8 (diff) | |
download | coreutils-ef09b8426a7477dbd7c0a8e31bab2fce0991265e.tar.xz |
(TESTS): Remove basic readlink test.
Diffstat (limited to 'tests/misc')
-rw-r--r-- | tests/misc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/Makefile.am b/tests/misc/Makefile.am index 3e8bd0250..42b61d71c 100644 --- a/tests/misc/Makefile.am +++ b/tests/misc/Makefile.am @@ -19,7 +19,6 @@ TESTS = \ expand \ fold \ nohup \ - readlink \ head-elide-tail \ split-fail \ false \ |