mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
tests: move another file (expensive) into test-lib.sh
* tests/expensive: Remove file. Move contents into ... * tests/test-lib.sh (expensive_): ...here. New function. * tests/du/fd-leak: Update caller to use the new function. * tests/mv/leak-fd: Likewise. * tests/rm/hash: Likewise. * tests/tail-2/big-4gb: Likewise. * tests/Makefile.am (EXTRA_DIST): Remove its name.
This commit is contained in:
@@ -21,10 +21,11 @@ if test "$VERBOSE" = yes; then
|
||||
du --version
|
||||
fi
|
||||
|
||||
. $top_srcdir/tests/test-lib.sh
|
||||
|
||||
# Call this an expensive test. It's not that expensive, but command line
|
||||
# limitations might induce failure on some losing systems.
|
||||
. $top_srcdir/tests/expensive
|
||||
. $top_srcdir/tests/test-lib.sh
|
||||
expensive_
|
||||
|
||||
# Create 1296 (36^2) files.
|
||||
# Their names and separating spaces take up 3887 bytes.
|
||||
|
||||
Reference in New Issue
Block a user