Port: Use bash to run tests
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 6 Oct 2015 20:30:12 +0000 (16:30 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Fri, 16 Oct 2015 19:40:31 +0000 (15:40 -0400)
The Solaris base shell does not support subshells with $()

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/lib/test_ctf_writer_complete
tests/lib/test_seek_big_trace
tests/lib/test_seek_empty_packet

index a74b94228897059deeb3416fcf2bcfcccdfb0d8f..4e2a4650a2840ee2b5bda61fddffc8ca910132af 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2013 - Jérémie Galarneau <jeremie.galarneau@efficios.com>
 #
index 732934f64fe814f98bb678f2dda0d3e755316b74..e56ccea262c77f1f06903a3b10ca65c2148df98c 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2013 - Christian Babeux <christian.babeux@efficios.com>
 #
index b6ac3c604a9dca617acbc01b487a9057cfd32b09..079ffa564aa1c223bf0a60ceb0924d3d30b9e844 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (C) 2013 - Christian Babeux <christian.babeux@efficios.com>
 #
This page took 0.02617 seconds and 4 git commands to generate.