summaryrefslogtreecommitdiffstats
path: root/test-files.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-07-23 19:35:09 +0100
committerMichael Allen <michael@michaelallen.io>2015-07-23 19:35:09 +0100
commit5c31b9242140877bef777dd37f0810457bd9b64a (patch)
treeb1f29561e5b0dd7ea8a302fc21c1426c9de61543 /test-files.sh
parent292a040b4abbbf085b97f7b285e67c97960dc510 (diff)
downloadgit-sonar-5c31b9242140877bef777dd37f0810457bd9b64a.tar.gz
git-sonar-5c31b9242140877bef777dd37f0810457bd9b64a.zip
provide the ability to surround letter in a status with a color
Diffstat (limited to '')
-rwxr-xr-xtest-files.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-files.sh b/test-files.sh
index 2bfa944..97a017e 100755
--- a/test-files.sh
+++ b/test-files.sh
@@ -22,7 +22,7 @@ test_untracked_files() {
assertEquals "" "$(untracked_status)"
touch foo
- assertEquals "1$untracked$added" "$(untracked_status)"
+ assertEquals "1A" "$(untracked_status)"
git add .
assertEquals "" "$(untracked_status)"