1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix path to perl for runtests.sh (appeared in 2.14.1)

This commit is contained in:
Alexey Zelkin 2002-01-08 11:10:50 +00:00
parent f02789e585
commit 23da0a8b71
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=52761
3 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,8 @@
--- runtests.sh~ Tue Jan 8 12:58:39 2002
+++ runtests.sh Tue Jan 8 12:58:47 2002
@@ -9,4 +9,4 @@
fi
done
-/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t
+/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t

View File

@ -0,0 +1,8 @@
--- runtests.sh~ Tue Jan 8 12:58:39 2002
+++ runtests.sh Tue Jan 8 12:58:47 2002
@@ -9,4 +9,4 @@
fi
done
-/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t
+/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t

View File

@ -0,0 +1,8 @@
--- runtests.sh~ Tue Jan 8 12:58:39 2002
+++ runtests.sh Tue Jan 8 12:58:47 2002
@@ -9,4 +9,4 @@
fi
done
-/usr/bonsaitools/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t
+/usr/bin/perl -e "${PART1}${TEST_VERBOSE}${PART2}" t/*.t