This changes the test added in bb73e5c to an expected success now that
Junio has supplied a fix.
Signed-off-by: Chris Packham <redacted>
---
t/t2200-add-update.sh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/t/t2200-add-update.sh b/t/t2200-add-update.sh
index dbabc3c..6302137 100755
--- a/t/t2200-add-update.sh
+++ b/t/t2200-add-update.sh
@@ -176,7 +176,7 @@ test_expect_success 'add -u resolves unmerged paths' '
'
-test_expect_failure 'error out when attempting to add -u non-existent pathspec' '
+test_expect_success 'error out when attempting to add -u non-existent pathspec' '
test_must_fail git add -u non-existent &&
! (git ls-files | grep "non-existent")
'
--
1.6.4.2