From 5c31b9242140877bef777dd37f0810457bd9b64a Mon Sep 17 00:00:00 2001 From: Michael Allen Date: Thu, 23 Jul 2015 19:35:09 +0100 Subject: provide the ability to surround letter in a status with a color --- test-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-files.sh') 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)" -- cgit v1.2.3