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 <mjean...@efficios.com>
---
 tests/plugins/test-utils-muxer-complete.in | 2 +-
 tests/plugins/test_bin_info_complete.in    | 2 +-
 tests/plugins/test_dwarf_complete.in       | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/plugins/test-utils-muxer-complete.in 
b/tests/plugins/test-utils-muxer-complete.in
index beb6f0a..9b5999d 100644
--- a/tests/plugins/test-utils-muxer-complete.in
+++ b/tests/plugins/test-utils-muxer-complete.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2017 Philippe Proulx <ppro...@efficios.com>
 #
diff --git a/tests/plugins/test_bin_info_complete.in 
b/tests/plugins/test_bin_info_complete.in
index 0069dd7..434a0c3 100644
--- a/tests/plugins/test_bin_info_complete.in
+++ b/tests/plugins/test_bin_info_complete.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2015 - Antoine Busque <abus...@efficios.com>
 #
diff --git a/tests/plugins/test_dwarf_complete.in 
b/tests/plugins/test_dwarf_complete.in
index 0a99e7d..42bff22 100644
--- a/tests/plugins/test_dwarf_complete.in
+++ b/tests/plugins/test_dwarf_complete.in
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2015 - Antoine Busque <abus...@efficios.com>
 #
-- 
2.7.4

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

Reply via email to