diff options
author | Michael Allen <michael@michaelallen.io> | 2015-07-23 19:35:09 +0100 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-07-23 19:35:09 +0100 |
commit | 5c31b9242140877bef777dd37f0810457bd9b64a (patch) | |
tree | b1f29561e5b0dd7ea8a302fc21c1426c9de61543 /test-files.sh | |
parent | 292a040b4abbbf085b97f7b285e67c97960dc510 (diff) | |
download | git-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-x | test-files.sh | 2 |
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)" |