X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/069a1e9574171e5070c0ea9c7055bf985e08a64a..9777fa365ba62819bd93a50255e3694c03107e0d:/t/t3103-undo-hard.sh diff --git a/t/t3103-undo-hard.sh b/t/t3103-undo-hard.sh index 599aa43..ce71668 100755 --- a/t/t3103-undo-hard.sh +++ b/t/t3103-undo-hard.sh @@ -28,7 +28,7 @@ cat > expected.txt < actual.txt && test_cmp expected.txt actual.txt && test "$(echo $(stg series))" = "+ p1 > p3 - p2" @@ -47,7 +47,7 @@ test_expect_success 'Try to undo with --hard' ' stg undo --hard && stg status a > actual.txt && test_cmp expected.txt actual.txt && - test "$(echo $(stg series))" = "> p1 - p3 - p2" + test "$(echo $(stg series))" = "> p1 - p2 - p3" ' test_done