summaryrefslogtreecommitdiff
path: root/tests/txinfo3.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/txinfo3.test')
-rwxr-xr-xtests/txinfo3.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/txinfo3.test b/tests/txinfo3.test
index 9f59c516c..abf8476b1 100755
--- a/tests/txinfo3.test
+++ b/tests/txinfo3.test
@@ -1,5 +1,5 @@
#! /bin/sh
-# Copyright (C) 1997, 2001, 2002 Free Software Foundation, Inc.
+# Copyright (C) 1997, 2001, 2002, 2003 Free Software Foundation, Inc.
#
# This file is part of GNU Automake.
#
@@ -49,7 +49,7 @@ grep '^INFO_DEPS.*textutils$' Makefile.in
# We should not use single suffix inference rules (with separate
# dependencies), this confuses Solaris make.
grep '^.texi:$' Makefile.in && exit 1
-grep '^textutils: textutils.texi' Makefile.in
+grep 'textutils: textutils.texi' Makefile.in
./configure
$MAKE distcheck