t9104: fix test for following larger parents
[gitweb.git] / t / t7004-tag.sh
index 347d3bebbcdd91a5bdfa4f9c136c03753a1eab42..efb08c34961e3a023e6fefbff5545248a4b04123 100755 (executable)
@@ -1181,7 +1181,7 @@ 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 &&
+       sed -e 1d -e "/^#/d" <actual >rest.actual &&
        test_cmp rest.expect rest.actual
 '