From: Michael Jeanson Date: Mon, 26 Mar 2018 15:47:44 +0000 (-0400) Subject: Fix: Use bash for all test scripts X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=6f683ece13fc5ea682d931ed33cb7c9fa8b025c2;p=deliverable%2Fbabeltrace.git Fix: Use bash for all test scripts 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 Signed-off-by: Jérémie Galarneau --- diff --git a/tests/plugins/test-utils-muxer-complete.in b/tests/plugins/test-utils-muxer-complete.in index beb6f0a20..9b5999dcd 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 # diff --git a/tests/plugins/test_bin_info_complete.in b/tests/plugins/test_bin_info_complete.in index 0069dd7e1..434a0c352 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 # diff --git a/tests/plugins/test_dwarf_complete.in b/tests/plugins/test_dwarf_complete.in index 0a99e7d9d..42bff22c1 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 #