aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/pdf-split-pages.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/pdf-split-pages.test')
-rw-r--r--examples/qtest/pdf-split-pages.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/examples/qtest/pdf-split-pages.test b/examples/qtest/pdf-split-pages.test
index ce271b35..05be22e0 100644
--- a/examples/qtest/pdf-split-pages.test
+++ b/examples/qtest/pdf-split-pages.test
@@ -12,16 +12,16 @@ my $td = new TestDriver('pdf-split-pages');
cleanup();
$td->runtest("split",
- {$td->COMMAND => "pdf-split-pages ' --static-id' in.pdf out"},
- {$td->STRING => "", $td->EXIT_STATUS => 0});
+ {$td->COMMAND => "pdf-split-pages ' --static-id' in.pdf out"},
+ {$td->STRING => "", $td->EXIT_STATUS => 0});
$td->runtest("check page 1",
- {$td->FILE => "out1.pdf"},
- {$td->FILE => "exp1.pdf"});
+ {$td->FILE => "out1.pdf"},
+ {$td->FILE => "exp1.pdf"});
$td->runtest("check page 2",
- {$td->FILE => "out2.pdf"},
- {$td->FILE => "exp2.pdf"});
+ {$td->FILE => "out2.pdf"},
+ {$td->FILE => "exp2.pdf"});
cleanup();