diff options
Diffstat (limited to 'tests/misc/tty-eof')
-rwxr-xr-x | tests/misc/tty-eof | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/misc/tty-eof b/tests/misc/tty-eof index 086f19cd6..1de1d1f82 100755 --- a/tests/misc/tty-eof +++ b/tests/misc/tty-eof @@ -17,13 +17,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 # Ensure that $TMPDIR is valid. TMPDIR=.; export TMPDIR |