diff options
Diffstat (limited to 'tests/du/fd-leak')
-rwxr-xr-x | tests/du/fd-leak | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/du/fd-leak b/tests/du/fd-leak index c4080ffaf..73fe4f8e7 100755 --- a/tests/du/fd-leak +++ b/tests/du/fd-leak @@ -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. |