summaryrefslogtreecommitdiffstats
path: root/test-files.sh
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2021-03-23 23:42:56 -0400
committerMalfurious <m@lfurio.us>2021-03-23 23:42:56 -0400
commitcb39e58e2a3bb148e67e84d54333e33bdc3181c6 (patch)
tree35315eb79207e8691f47c61bd3a7279af355ab64 /test-files.sh
parent2ac25e3d1047cdf19f15bc894ff39449b83d65d4 (diff)
parentce8fd0cade77a43d6a8f2cce6fa4dc6483af1c91 (diff)
downloadgit-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-xtest-files.sh2
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)"