summaryrefslogtreecommitdiff
path: root/tests/du/fd-leak
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/fd-leak')
-rwxr-xr-xtests/du/fd-leak6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/du/fd-leak b/tests/du/fd-leak
index bc2ea81bf..c4080ffaf 100755
--- a/tests/du/fd-leak
+++ b/tests/du/fd-leak
@@ -1,7 +1,7 @@
#!/bin/sh
# check for file descriptor leak
-# Copyright (C) 2003, 2006-2007 Free Software Foundation, Inc.
+# Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -23,8 +23,8 @@ fi
# Call this an expensive test. It's not that expensive, but command line
# limitations might induce failure on some losing systems.
-. $srcdir/../expensive
-. $srcdir/../test-lib.sh
+. $top_srcdir/tests/expensive
+. $top_srcdir/tests/test-lib.sh
# Create 1296 (36^2) files.
# Their names and separating spaces take up 3887 bytes.