We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2233213 commit b7dc712Copy full SHA for b7dc712
test/test-long-texts.sh
@@ -2,7 +2,7 @@
2
# Purpose: check whether enca correctly prints license, help, version.
3
. $srcdir/setup.sh
4
$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/\./\\./'`
+version=`grep '^AC_INIT' $top_srcdir/configure.ac | sed -e 's/AC_INIT(\[Enca\], \[[0-9.]*\).*/\1/' -e 's/\./\\./'`
6
grep '^enca '$version $TESTNAME.actual >/dev/null || DIE=1
7
$ENCA --license >$TESTNAME.actual || DIE=1
8
diff $top_srcdir/COPYING $TESTNAME.actual || DIE=1
0 commit comments