From 423105aa0f9db7b6979e99d1a096dda03b2983d6 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Fri, 1 Jun 2012 12:37:41 +0200 Subject: tests: avoid spurious failures with Solaris 9 cscope program * t/cscope.tap: Also check that the cscope program in use supports the '-q' option; if this is not the case, some cscope usages in the generated Makefiles would fail, so we must skip the checks involving those usages. Signed-off-by: Stefano Lattarini --- t/cscope.tap | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 't/cscope.tap') diff --git a/t/cscope.tap b/t/cscope.tap index c39feedd7..dbc499375 100755 --- a/t/cscope.tap +++ b/t/cscope.tap @@ -65,8 +65,9 @@ $ACLOCAL || fatal_ "aclocal failed" $AUTOCONF || fatal_ "autoconf failed" $AUTOMAKE -i -a || fatal_ "automake -i -a failed" -# Sun cscope is interactive without redirection. -if cscope --version