aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/mod-info.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/mod-info.test')
-rw-r--r--examples/qtest/mod-info.test3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/qtest/mod-info.test b/examples/qtest/mod-info.test
index ec09df9e..f5d1d774 100644
--- a/examples/qtest/mod-info.test
+++ b/examples/qtest/mod-info.test
@@ -11,7 +11,6 @@ require TestDriver;
my $td = new TestDriver('pdf-mod-info');
my $prg = "pdf-mod-info";
-my $qpdf = $ENV{'QPDF_BIN'} or die;
cleanup();
@@ -93,7 +92,7 @@ sub run_and_cmp
{$td->STRING => $out,
$td->EXIT_STATUS => 0});
$td->runtest("$dsc output",
- {$td->COMMAND => "$qpdf --static-id" .
+ {$td->COMMAND => "qpdf --static-id" .
" --no-original-object-ids -qdf $fout -"},
{$td->FILE => $fexp,
$td->EXIT_STATUS => 0});