removed leftover debugging code from Test.pm

This commit is contained in:
Frank Cizmich
2014-09-18 16:48:18 -03:00
parent 5e3eaa6c73
commit 3b2bc3e4c2

View File

@@ -541,7 +541,7 @@ sub no_diff {
`cat $expected_output | sed $sed_args > /tmp/pt-test-outfile-trf`;
$expected_output = "/tmp/pt-test-outfile-trf";
}
die("entre");
# Determine cmd type and run it.
if ( ref $cmd eq 'CODE' ) {
output($cmd, file => $tmp_file);