git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH Cogito] Fix t/t9300-seek.sh
@ 2005-11-12 22:39 Fernando J. Pereda
  2005-11-12 22:47 ` Petr Baudis
  0 siblings, 1 reply; 4+ messages in thread
From: Fernando J. Pereda @ 2005-11-12 22:39 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 932 bytes --]

After 'seeking' to the first commit, identical should have 'identical'
instead of 'nonconflicting'.

Signed-off-by: Fernando J. Pereda <ferdy@gentoo.org>

---

 t/t9300-seek.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

applies-to: 25610e0bf9968dc98709a8ca271db70806c2dbac
8c1240eaa91f1f805535287e7a6a037c341453b4
diff --git a/t/t9300-seek.sh b/t/t9300-seek.sh
index d3fed11..55a3f19 100755
--- a/t/t9300-seek.sh
+++ b/t/t9300-seek.sh
@@ -82,8 +82,8 @@ test_expect_success 'current commit shou
 #	"[ -e newdir/newfile ] && [ -e newdir/newfile.rej ]"
 test_expect_success 'different should be v1' \
 	"[ $(cat different) = v1 ]"
-test_expect_success 'identical should be nonconflicting' \
-	"[ $(cat identical) = nonconflicting ]"
+test_expect_success 'identical should be identical' \
+	"[ $(cat identical) = identical ]"
 
 test_expect_success 'unseeking' \
 	"cg-seek"
---
0.99.9g

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-11-12 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 22:39 [PATCH Cogito] Fix t/t9300-seek.sh Fernando J. Pereda
2005-11-12 22:47 ` Petr Baudis
2005-11-12 22:55   ` Fernando J. Pereda
2005-11-12 23:01     ` Fernando J. Pereda

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).