• J
    test-wrap-argv: print diff instead of the incorrectly wrapped file · a5dace96
    Ján Tomko 提交于
    Commit c9c03ea2 stopped creating an intermediate file during syntax-check
    to save on execution time. It also switched to outputting the whole
    incorrectly wrapped file instead of a diff needed to fix it.
    
    Feed the newly wrapped file to diff via a pipe.
    
    Note that fixing it by running test-wrap-argv.pl --in-place or
    the unit test with VIR_TEST_REGENERATE_OUTPUT is easier.
    a5dace96
test-wrap-argv.pl 4.6 KB