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-status.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-status.sh')
-rwxr-xr-x | test-status.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-status.sh b/test-status.sh index 8c6bf89..7378986 100755 --- a/test-status.sh +++ b/test-status.sh @@ -30,7 +30,7 @@ UU modified-both-conflicted assertEquals "line:${LINENO}" "1_U-1_T-1_B-"\ "$(conflicted_status "$status" "$prefix" "$suffix")" - assertEquals "line:${LINENO}" "1_A-"\ + assertEquals "line:${LINENO}" "1_?-"\ "$(untracked_status "$status" "$prefix" "$suffix")" } |