in reply to Method to test output of Perl Source filter?
my $ret_c = system ( ... ); print "$ret_c\n");
If this were me, I'd also do some sanity checking on the parameters, just to make sure that they were what I expected them to be, not that anyone would try to insert malicious code starting with a semi-colon ....
Finally, your filter-loader doen't seem to be involved at all in this test script. Was that intentional? Or does the new-filter get installed between tar(1) and the input file-list?
|
|---|