From d11509cab754e3d487aaed5f7a04825de42c5d15 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Tue, 18 Jun 2019 18:45:03 -0500 Subject: [PATCH] test: main: trivial cleanup Signed-off-by: Felipe Contreras --- test/main.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/main.t b/test/main.t index 5464f4c..700e4de 100755 --- a/test/main.t +++ b/test/main.t @@ -621,11 +621,11 @@ test_expect_success 'remote big push' ' check_branch hgrepo default one && check_branch hgrepo good_branch "good branch" && check_branch hgrepo bad_branch "bad branch" && - check_branch hgrepo new_branch '' && + check_branch hgrepo new_branch && check_bookmark hgrepo good_bmark one && check_bookmark hgrepo bad_bmark1 one && check_bookmark hgrepo bad_bmark2 one && - check_bookmark hgrepo new_bmark '' + check_bookmark hgrepo new_bmark ' test_expect_success 'remote big push fetch first' ' @@ -753,11 +753,11 @@ test_expect_success 'remote big push dry-run' ' check_branch hgrepo default one && check_branch hgrepo good_branch "good branch" && check_branch hgrepo bad_branch "bad branch" && - check_branch hgrepo new_branch '' && + check_branch hgrepo new_branch && check_bookmark hgrepo good_bmark one && check_bookmark hgrepo bad_bmark1 one && check_bookmark hgrepo bad_bmark2 one && - check_bookmark hgrepo new_bmark '' + check_bookmark hgrepo new_bmark ' test_expect_success 'remote double failed push' '