summaryrefslogtreecommitdiff
path: root/t/cscope2.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/cscope2.sh')
-rw-r--r--t/cscope2.sh34
1 files changed, 0 insertions, 34 deletions
diff --git a/t/cscope2.sh b/t/cscope2.sh
deleted file mode 100644
index 2137cc9b9..000000000
--- a/t/cscope2.sh
+++ /dev/null
@@ -1,34 +0,0 @@
-#! /bin/sh
-# Copyright (C) 2009-2017 Free Software Foundation, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <https://www.gnu.org/licenses/>.
-
-# The 'cscope' target should not fail if there are no sources.
-
-required=
-. test-init.sh
-
-cat >> configure.ac << 'END'
-AC_OUTPUT
-END
-: >Makefile.am
-
-$ACLOCAL
-$AUTOCONF
-$AUTOMAKE
-
-./configure
-$MAKE cscope
-
-: