X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/ddfdced94e9921382e8b2e90cb17df4bdb2273dc..ba52890d6274b54c024388e79203f902d55476c7:/t/t3103-undo-hard.sh diff --git a/t/t3103-undo-hard.sh b/t/t3103-undo-hard.sh index 2d0f382..df14b1f 100755 --- a/t/t3103-undo-hard.sh +++ b/t/t3103-undo-hard.sh @@ -46,11 +46,11 @@ test_expect_success 'Try to undo without --hard' ' cat > expected.txt < actual.txt && test_cmp expected.txt actual.txt && - test "$(echo $(stg series))" = "> p1 - p2 - p3" && + test "$(echo $(stg series))" = "+ p1 + p2 > p3" && test "$(stg id)" = "$(stg id $(stg top))" '