diff options
Diffstat (limited to 'tests/misc/pwd-long')
-rwxr-xr-x | tests/misc/pwd-long | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index a8aff7016..94d4e4c03 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -18,9 +18,9 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. : ${srcdir=.} -. $top_srcdir/tests/require-perl +. $srcdir/require-perl -. $top_srcdir/tests/test-lib.sh +. $srcdir/test-lib.sh require_readable_root_ ARGV_0=$0 |