Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 25 Nov 2015 13:10:19 +0100
Description: Tests are using bash syntax so declare this on top

--- a/tests/build-puzzle
+++ b/tests/build-puzzle
@@ -1,2 +1,2 @@
-#! /bin/sh
+#! /bin/bash
 exit 77
--- a/tests/build-remark
+++ b/tests/build-remark
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
         echo 
         echo "***"
         echo "***  !!! Important remark !!!"
--- a/tests/cons-pure-prot.test
+++ b/tests/cons-pure-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/generate-scripts.sh
+++ b/tests/generate-scripts.sh
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  generate-scripts.sh
--- a/tests/lm-pure-prot.test
+++ b/tests/lm-pure-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-clock.test
+++ b/tests/qp-clock.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-hky-clock-nucl.test
+++ b/tests/qp-hky-clock-nucl.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-hky-rhet-clock-nucl.test
+++ b/tests/qp-hky-rhet-clock-nucl.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-hky-rhet-nucl.test
+++ b/tests/qp-hky-rhet-nucl.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-jtt-prot.test
+++ b/tests/qp-jtt-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-jtt-rhet-clock-prot.test
+++ b/tests/qp-jtt-rhet-clock-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-jtt-rhet-prot.test
+++ b/tests/qp-jtt-rhet-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-mtrev-prot.test
+++ b/tests/qp-mtrev-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-pure-bin.test
+++ b/tests/qp-pure-bin.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-pure-nucl.test
+++ b/tests/qp-pure-nucl.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-pure-prot.test
+++ b/tests/qp-pure-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-tn-nucl.test
+++ b/tests/qp-tn-nucl.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-vt-prot.test
+++ b/tests/qp-vt-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/qp-wag-prot.test
+++ b/tests/qp-wag-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/template-test
+++ b/tests/template-test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
--- a/tests/ut-pure-prot.test
+++ b/tests/ut-pure-prot.test
@@ -1,4 +1,4 @@
-#! /bin/sh
+#! /bin/bash
 
 #
 #  template-test
