summaryrefslogtreecommitdiffstats
path: root/test-status.sh
diff options
context:
space:
mode:
authorMichael Allen <michael@michaelallen.io>2015-10-29 12:04:07 +0000
committerMichael Allen <michael@michaelallen.io>2015-10-29 12:04:07 +0000
commit8514fc2e9a5d8bff81379f311d5f404815d8c190 (patch)
tree5a05c0a1a26978f41f456423455ef4bbad9dae0e /test-status.sh
parent47addd8b811e77f3be815fea56bcaeddd89edea0 (diff)
downloadgit-sonar-8514fc2e9a5d8bff81379f311d5f404815d8c190.tar.gz
git-sonar-8514fc2e9a5d8bff81379f311d5f404815d8c190.zip
Switch the untracked symbol to ?
Diffstat (limited to 'test-status.sh')
-rwxr-xr-xtest-status.sh2
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")"
}