Tests are clean BASH scripts now

This commit is contained in:
pithikos 2015-03-06 16:18:15 +00:00
parent 33e15ec369
commit 04c37b8bf8
7 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This file should be included by other shell scripts that

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This file has several tests to check for memory leaks.

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This will run all tests for a simple compilation

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This file will run all tests but with a binary that has

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This file has several tests to check for memory leaks.

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This file has several functional tests similar to what a user

View File

@ -1,4 +1,4 @@
#! /bin/sh
#! /bin/bash
#
# This file has several tests to check for memory leaks.