aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qtest/create.test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qtest/create.test')
-rw-r--r--examples/qtest/create.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/qtest/create.test b/examples/qtest/create.test
index f18c5fd6..6bf075f4 100644
--- a/examples/qtest/create.test
+++ b/examples/qtest/create.test
@@ -12,8 +12,8 @@ cleanup();
my $td = new TestDriver('create');
$td->runtest("create a simple PDF",
- {$td->COMMAND => "pdf-create a.pdf"},
- {$td->FILE => "create.out", $td->EXIT_STATUS => 0},
+ {$td->COMMAND => "pdf-create a.pdf"},
+ {$td->FILE => "create.out", $td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);
cleanup();