Fix a typo in a function name

This commit is contained in:
Andrew Lorente
2011-10-20 13:46:40 -07:00
parent bf5d50fcb8
commit 99e4e9dcda
3 changed files with 7 additions and 7 deletions

View File

@@ -212,13 +212,13 @@ test_git_status_shortcuts_max_changes() {
}
test_git_add_shorcuts() {
test_git_add_shortcuts() {
setupTestRepo
touch a b c d e f g h i j
# Show git status, which sets up env variables
git_status_shortcuts > /dev/null
git_add_shorcuts 2..4 7 8 > /dev/null
git_add_shortcuts 2..4 7 8 > /dev/null
git_status=$(git_status_shortcuts 1 | strip_colors)
for c in b c d g h; do