Fix: Use bash for all test scripts
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 26 Mar 2018 15:47:44 +0000 (11:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 26 Mar 2018 18:20:14 +0000 (14:20 -0400)
We already use bash in most test scripts shebang and the sh binary on
Solaris 10 doesn't like some of our "modern" scripts syntax.

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/plugins/test-utils-muxer-complete.in
tests/plugins/test_bin_info_complete.in
tests/plugins/test_dwarf_complete.in

index beb6f0a20551fb8a6f2ab8839ce8ce13013e194a..9b5999dcd1ddc8f4dd49d8a0afd0d646127fd612 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
 #
index 0069dd7e1263704ad2da696b3a44d34ace416713..434a0c352c0cb907691fdc40a30d93c844031f4a 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2015 - Antoine Busque <abusque@efficios.com>
 #
index 0a99e7d9d55ab8e851557614e89cb73f7aaa18d2..42bff22c19fdcfc311b1f9b4818a049b1ff6194e 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2015 - Antoine Busque <abusque@efficios.com>
 #
This page took 0.025594 seconds and 4 git commands to generate.