chiark / gitweb /
Test suite: quilt-splitbrains: Check that we do not update user's HEAD
[dgit.git] / tests / tests / quilt-splitbrains
index 134d243893a0c56b7426267b22894adbe17ff170..1e853f31ac60359d764ba0f57f4198c0b1628dcb 100755 (executable)
@@ -21,10 +21,11 @@ suite=sid
 
 want-success () {
        local qmode=$1; shift
-       t-dgit "$@" --quilt=$qmode build-source
-
        t-refs-same-start
        t-ref-head
+
+       t-dgit "$@" --quilt=$qmode build-source
+
        t-dgit "$@" --quilt=$qmode push
        t-$qmode-pushed-good
 }