summaryrefslogtreecommitdiff
path: root/tests/python11.test
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-06-06 20:42:37 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-06-06 20:42:37 +0000
commit6906c9ba73d949fbc051260555d0c07738360087 (patch)
tree04174020c6fb0f35e25ac48bd360f3899edc3d8e /tests/python11.test
parent9d34c4185bae693426a80a5cd206e7e47a61709a (diff)
downloadautomake-6906c9ba73d949fbc051260555d0c07738360087.tar.gz
* tests/pr401.test: Replace "perl -i" with sed and mv, for
MinGW perl. * tests/pr401b.test, tests/pr401c.test, tests/python11.test, * tests/yacc6.test, tests/yacc8.test: Likewise.
Diffstat (limited to 'tests/python11.test')
-rwxr-xr-xtests/python11.test5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/python11.test b/tests/python11.test
index eb5c0a4a4..bcd71e773 100755
--- a/tests/python11.test
+++ b/tests/python11.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 2004 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2006 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -46,7 +46,8 @@ grep 'checking for IShouldNotExist1' stdout
grep 'checking for IShouldNotExist2' stdout
grep 'no suitable Python interpreter found' stderr
-$PERL -pi -e 's/AM_PATH_PYTHON/AM_PATH_PYTHON(,,:)/' configure.in
+sed 's/AM_PATH_PYTHON/AM_PATH_PYTHON(,,:)/' configure.in >configure.int
+mv -f configure.int configure.in
$ACLOCAL
$AUTOCONF
# This one should define PYTHON as : and exit succesfully