X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=tests%2Flib;fp=tests%2Flib;h=c4702241ebf93a38973ab9582c512aaaf5ca8990;hp=bb7f04eccff29a9f791172cb6b0dbe4bae59017f;hb=bf1447c8d7a6e732eb90feb28a0289daa1d17e1c;hpb=2da6897edd5eb12f80b64c404c55e2eb86efddbc diff --git a/tests/lib b/tests/lib index bb7f04ec..c4702241 100644 --- a/tests/lib +++ b/tests/lib @@ -777,11 +777,12 @@ t-splitbrain-pushed-good-start () { t-refs-same-start t-ref-same refs/heads/split.p - case "$(t-git-get-ref refs/heads/split.b)" in + local split_b=$(t-git-get-ref refs/heads/split.b) + case "$split_b" in "$t_ref_val") ;; "$(git rev-parse refs/heads/split.p^0)") ;; "$(git rev-parse refs/heads/split.p^1)") ;; - *) fail 'bad b/p' ;; + *) fail "bad b/p (b=$split_b)" ;; esac t-pushed-good-core