diff options
Diffstat (limited to 'tests/misc/pwd-long')
-rwxr-xr-x | tests/misc/pwd-long | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/misc/pwd-long b/tests/misc/pwd-long index 5e5b5ad5d..6ab218810 100755 --- a/tests/misc/pwd-long +++ b/tests/misc/pwd-long @@ -16,13 +16,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -: ${PERL=perl} - -$PERL -e 1 > /dev/null 2>&1 || { - echo 1>&2 "$0: configure didn't find a usable version of Perl," \ - "so can't run this test" - exit 77 -} +: ${srcdir=.} +. $srcdir/../require-perl . $srcdir/../test-lib.sh |