From: Ana Guerrero Lopez <ana@debian.org>
Date: Tue, 5 Jan 2016 01:14:56 +0100
Subject: comment_test_out

Do not run check_shells.sh
This script is not included in the tarball and it doesn't be targetted to run
at build time.
---
 Makefile.am | 4 ----
 Makefile.in | 1 -
 2 files changed, 5 deletions(-)

--- a/Makefile.am
+++ b/Makefile.am
@@ -133,10 +133,6 @@
 		fi ; \
 	fi
 
-if HAVE_DASH
-TESTS = tests/check_shells.sh
-endif
-
 EXTRA_DIST = doc scripts include infiniband-diags.spec.in infiniband-diags.spec \
 	$(man_MANS) $(compat_man_pages) autogen.sh etc/*
 
--- a/Makefile.in
+++ b/Makefile.in
@@ -862,7 +862,6 @@
 src_dump_fts_SOURCES = src/dump_fts.c
 src_dump_fts_LDFLAGS = $(internal_lib_LDFLAGS)
 BUILT_SOURCES = ibdiag_version
-@HAVE_DASH_TRUE@TESTS = tests/check_shells.sh
 EXTRA_DIST = doc scripts include infiniband-diags.spec.in infiniband-diags.spec \
 	$(man_MANS) $(compat_man_pages) autogen.sh etc/*
 
