summaryrefslogtreecommitdiffstats
path: root/test-branches.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-09-16 15:15:33 +0100
committerMichael Allen <michael@michaelallen.io>2015-09-16 15:15:33 +0100
commit131d04ea52fa194d8e027e495ca3b46e4b36f0ae (patch)
tree07c1f3ff8e07c8c583378530a3155c916cc660bc /test-branches.sh
parent2c0be1e2fd311a5fd18726b44be1a0ff8ae823e4 (diff)
downloadgit-sonar-131d04ea52fa194d8e027e495ca3b46e4b36f0ae.tar.gz
git-sonar-131d04ea52fa194d8e027e495ca3b46e4b36f0ae.zip
Test the new functions directly
Diffstat (limited to '')
-rwxr-xr-xtest-branches.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-branches.sh b/test-branches.sh
index f380a2d..5c33d23 100755
--- a/test-branches.sh
+++ b/test-branches.sh
@@ -56,6 +56,7 @@ test_detached_from_branch() {
assertEquals "$sha" "$(branch_ref)"
assertEquals "detached@$sha" "$(zsh_readable_branch_name)"
assertEquals "detached@$sha" "$(bash_readable_branch_name)"
+ assertEquals "detached@$sha" "$(readable_branch_name)"
rm_tmp
}