Don't use test_expect_failure for tests that are supposed to work
[stgit] / t / t1400-patch-history.sh
index b0602ff..5b842d0 100755 (executable)
@@ -64,7 +64,7 @@ test_expect_success \
        'Check the "push(f)" log' \
        '
        stg pop &&
-       stg refresh -m "Foo2 Patch" &&
+       stg edit -m "Foo2 Patch" &&
        stg push &&
        stg log --full | grep -q -e "^push(f) "
        '