Skip to content

Commit b7dc712

Browse files
committed
tests: Update to current autoconf
1 parent 2233213 commit b7dc712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-long-texts.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Purpose: check whether enca correctly prints license, help, version.
33
. $srcdir/setup.sh
44
$ENCA --version >$TESTNAME.actual || DIE=1
5-
version=`grep '^AC_INIT' $top_srcdir/configure.ac | sed -e 's/AC_INIT(Enca, \([0-9.]*\).*/\1/' -e 's/\./\\./'`
5+
version=`grep '^AC_INIT' $top_srcdir/configure.ac | sed -e 's/AC_INIT(\[Enca\], \[[0-9.]*\).*/\1/' -e 's/\./\\./'`
66
grep '^enca '$version $TESTNAME.actual >/dev/null || DIE=1
77
$ENCA --license >$TESTNAME.actual || DIE=1
88
diff $top_srcdir/COPYING $TESTNAME.actual || DIE=1

0 commit comments

Comments
 (0)