diff options
author | Michael Allen <michael@michaelallen.io> | 2015-10-29 12:04:07 +0000 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-10-29 12:04:07 +0000 |
commit | 8514fc2e9a5d8bff81379f311d5f404815d8c190 (patch) | |
tree | 5a05c0a1a26978f41f456423455ef4bbad9dae0e /test-files.sh | |
parent | 47addd8b811e77f3be815fea56bcaeddd89edea0 (diff) | |
download | git-sonar-8514fc2e9a5d8bff81379f311d5f404815d8c190.tar.gz git-sonar-8514fc2e9a5d8bff81379f311d5f404815d8c190.zip |
Switch the untracked symbol to ?
Diffstat (limited to 'test-files.sh')
-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 8f46edf..b27a18c 100755 --- a/test-files.sh +++ b/test-files.sh @@ -22,7 +22,7 @@ test_untracked_files() { assertEquals "" "$(untracked_status)" touch foo - assertEquals "1A" "$(untracked_status)" + assertEquals "1?" "$(untracked_status)" git add . assertEquals "" "$(untracked_status)" |