diff options
author | Malfurious <m@lfurio.us> | 2021-03-23 23:42:56 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2021-03-23 23:42:56 -0400 |
commit | cb39e58e2a3bb148e67e84d54333e33bdc3181c6 (patch) | |
tree | 35315eb79207e8691f47c61bd3a7279af355ab64 /test-files.sh | |
parent | 2ac25e3d1047cdf19f15bc894ff39449b83d65d4 (diff) | |
parent | ce8fd0cade77a43d6a8f2cce6fa4dc6483af1c91 (diff) | |
download | git-sonar-cb39e58e2a3bb148e67e84d54333e33bdc3181c6.tar.gz git-sonar-cb39e58e2a3bb148e67e84d54333e33bdc3181c6.zip |
Merge branch 'switch-untracked-symbol' of https://github.com/michaeldfallen/git-radar
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)" |