From 86f2d3449c651674b92b1249186375ad821f9017 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Wed, 15 Jul 2009 04:01:52 +0000 Subject: windows fixes; okay for modern compilers git-svn-id: svn+q:///qpdf/trunk@685 71b93d88-0707-0410-a8cf-f5a4172ac649 --- libtests/qtest/qexc.test | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'libtests/qtest/qexc.test') diff --git a/libtests/qtest/qexc.test b/libtests/qtest/qexc.test index b8632b9b..350ceba8 100644 --- a/libtests/qtest/qexc.test +++ b/libtests/qtest/qexc.test @@ -14,18 +14,14 @@ my @tests = (['general exception', 2], ['internal error', 3], ['system exception', 2], - ['library exception', 3, "uncaught exception: .+\n"], # fails on VC7? ); for (my $i = 0; $i < scalar(@tests); ++$i) { - my $output = +((-f "test$i.out") - ? {$td->FILE => "test$i.out"} - : {$td->REGEXP => $tests[$i]->[2]}); - $output->{$td->EXIT_STATUS} = $tests[$i]->[1]; $td->runtest($tests[$i]->[0], {$td->COMMAND => "qexc $i"}, - $output, + {$td->FILE => "test$i.out", + $td->EXIT_STATUS => $tests[$i]->[1]}, $td->NORMALIZE_NEWLINES); } -- cgit v1.2.3-54-g00ecf