diff options
Diffstat (limited to 'tests/misc')
-rwxr-xr-x | tests/misc/pwd-long | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index 6ab218810..d931d3462 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -1,7 +1,7 @@ #!/bin/sh # Ensure that pwd works even when run from a very deep directory. -# Copyright (C) 2006-2007 Free Software Foundation, Inc. +# Copyright (C) 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 @@ -20,6 +20,7 @@ . $srcdir/../require-perl . $srcdir/../test-lib.sh +require_readable_root_ ARGV_0=$0 export ARGV_0 |