diff options
author | David Phillips <david@sighup.nz> | 2017-07-27 14:18:52 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-07-27 14:18:52 +1200 |
commit | ec10cc62dd023e9388d0f8880d968cd6d1ecfc7f (patch) | |
tree | f6799cca4c8df9746e9b3acfe03afe6cad9b6f6b /test/run-tests.sh | |
parent | 8df5d237856d365a7a49835274e58e8c8bb281b1 (diff) | |
download | sand-leek-ec10cc62dd023e9388d0f8880d968cd6d1ecfc7f.tar.xz |
Change from sh to bash for pushd
Diffstat (limited to 'test/run-tests.sh')
-rwxr-xr-x | test/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-tests.sh b/test/run-tests.sh index 07647dd..f24ac73 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash fail() |