chiark / gitweb /
Check for top == head at the start of every transaction
[stgit] / t / t2600-coalesce.sh
index 33c073daa329b0505dc4f067d9b258bc93bf6c8f..9a043fdeb05d62623799722718cabd8e7be85ab9 100755 (executable)
@@ -33,7 +33,7 @@ cat > editor <<EOF
 echo "Editor was invoked" | tee editor-invoked
 EOF
 chmod a+x editor
-test_expect_failure 'Coalesce with top != head' '
+test_expect_success 'Coalesce with top != head' '
     echo blahonga >> foo.txt &&
     git commit -a -m "a new commit" &&
     EDITOR=./editor command_error stg coalesce --name=r0 p0 q1 &&