[PATCH 3/3] t2200-add-update.sh: change expected fail to success

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Chris Packham
Date: Tuesday, February 9, 2010 - 3:30 pm

This changes the test added in bb73e5c to an expected success now that
Junio has supplied a fix.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
git add -u nonexistent-file, SZEDER =?iso-8859-1? ..., (Mon Feb 8, 11:29 am)
Re: git add -u nonexistent-file, Chris Packham, (Mon Feb 8, 12:12 pm)
Re: git add -u nonexistent-file, Jeff King, (Mon Feb 8, 5:39 pm)
Re: git add -u nonexistent-file, Chris Packham, (Tue Feb 9, 7:43 am)
[PATCH] test for add with non-existent pathspec, Chris Packham, (Tue Feb 9, 2:31 pm)
Re: git add -u nonexistent-file, Junio C Hamano, (Tue Feb 9, 2:58 pm)
Re: git add -u nonexistent-file, Chris Packham, (Tue Feb 9, 3:17 pm)
Re: git add -u nonexistent-file, Chris Packham, (Tue Feb 9, 3:30 pm)
[PATCH 1/3] test for add with non-existent pathspec, Chris Packham, (Tue Feb 9, 3:30 pm)
[PATCH 3/3] t2200-add-update.sh: change expected fail to s ..., Chris Packham, (Tue Feb 9, 3:30 pm)
Re: git add -u nonexistent-file, Junio C Hamano, (Tue Feb 9, 4:18 pm)
Re: git add -u nonexistent-file, Jeff King, (Tue Feb 9, 10:57 pm)