t9104: fix test for following larger parents
[gitweb.git] / t / t7004-tag.sh
index 35c805a44e817c637c667b1d1d14d97b4ee46803..efb08c34961e3a023e6fefbff5545248a4b04123 100755 (executable)
@@ -1180,8 +1180,8 @@ test_expect_success 'message in editor has initial comment: first line' '
 test_expect_success \
        'message in editor has initial comment: remainder' '
        # remove commented lines from the remainder -- should be empty
-       >rest.expect
-       sed -e 1d -e '/^#/d' <actual >rest.actual &&
+       >rest.expect &&
+       sed -e 1d -e "/^#/d" <actual >rest.actual &&
        test_cmp rest.expect rest.actual
 '