]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: remove test case du/slink
authorBernhard Voelker <mail@bernhard-voelker.de>
Sun, 20 Jan 2013 22:47:32 +0000 (23:47 +0100)
committerBernhard Voelker <mail@bernhard-voelker.de>
Sun, 20 Jan 2013 22:47:32 +0000 (23:47 +0100)
commit40b2770a22828e347c9ff0640f4ee0702319e8e7
treedbfa7016622dce4bc90a39f1cff2b013f33a31e5
parent165343bca68283d8daa5406b8a5701ff21036f1a
tests: remove test case du/slink

This test tried to ensure that not all symlinks (across all
file system types) have Zero size and refers to a change
in system.h from 2002-08-31 (commit SH-UTILS-2_0_15-55-g62808a7).
The test used to do this by working on symlinks to long file
names.  This assumption is dependant on the underlying file
system, and in some environments like XEN does not even work
on file systems known to work otherwise.

The test for dereferencing and no-dereferencing symlinks is
already covered by other tests (du/deref.sh, du/deref-args.sh,
and du/no-deref.sh).  Therefore, remove it.

* tests/du/slink.sh: Remove file.
* tests/local.mk (all_tests): Remove the above test.

Discussed in:
http://lists.gnu.org/archive/html/coreutils/2013-01/msg00053.html
tests/du/slink.sh [deleted file]
tests/local.mk