From 6f9eb31a87ecd07e483f787a49776737c1eb16a4 Mon Sep 17 00:00:00 2001 From: pithikos Date: Fri, 6 Mar 2015 16:12:28 +0000 Subject: [PATCH] bash -> sh --- tests/funcs | 2 +- tests/memleaks | 2 +- tests/normal_compile | 2 +- tests/optimized_compile | 2 +- tests/pause_resume | 2 +- tests/threadpool | 2 +- tests/wait | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/funcs b/tests/funcs index 69dd351..e45ef73 100644 --- a/tests/funcs +++ b/tests/funcs @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file should be included by other shell scripts that diff --git a/tests/memleaks b/tests/memleaks index 15c6ac2..6f0f6ef 100755 --- a/tests/memleaks +++ b/tests/memleaks @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file has several tests to check for memory leaks. diff --git a/tests/normal_compile b/tests/normal_compile index 3afe877..a834088 100755 --- a/tests/normal_compile +++ b/tests/normal_compile @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This will run all tests for a simple compilation diff --git a/tests/optimized_compile b/tests/optimized_compile index a476a02..76fb840 100755 --- a/tests/optimized_compile +++ b/tests/optimized_compile @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file will run all tests but with a binary that has diff --git a/tests/pause_resume b/tests/pause_resume index 44c67e1..74e1a41 100755 --- a/tests/pause_resume +++ b/tests/pause_resume @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file has several tests to check for memory leaks. diff --git a/tests/threadpool b/tests/threadpool index 110c74b..6ef6eea 100755 --- a/tests/threadpool +++ b/tests/threadpool @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file has several functional tests similar to what a user diff --git a/tests/wait b/tests/wait index ab25a8f..af50ec7 100755 --- a/tests/wait +++ b/tests/wait @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # This file has several tests to check for memory leaks.