summaryrefslogtreecommitdiffstats
path: root/test-branches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test-branches.sh')
-rwxr-xr-xtest-branches.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-branches.sh b/test-branches.sh
index 5c33d23..b3f0ac2 100755
--- a/test-branches.sh
+++ b/test-branches.sh
@@ -1,3 +1,4 @@
+#!/bin/bash
scriptDir="$(cd "$(dirname "$0")"; pwd)"
source "$scriptDir/radar-base.sh"
@@ -96,7 +97,7 @@ test_remote_branch_name_quiet_when_not_in_repo() {
echo "$debug_output"
- assertEquals " 0" "$usages"
+ assertEquals "0" "$usages"
rm_tmp
}