aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/hex.test
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/qtest/hex.test')
-rw-r--r--libtests/qtest/hex.test12
1 files changed, 6 insertions, 6 deletions
diff --git a/libtests/qtest/hex.test b/libtests/qtest/hex.test
index 32ec84b5..9dba0ef6 100644
--- a/libtests/qtest/hex.test
+++ b/libtests/qtest/hex.test
@@ -10,13 +10,13 @@ require TestDriver;
my $td = new TestDriver('hex');
$td->runtest("decode",
- {$td->COMMAND => "hex < hex.in"},
- {$td->FILE => "binary.out",
- $td->EXIT_STATUS => 0});
+ {$td->COMMAND => "hex < hex.in"},
+ {$td->FILE => "binary.out",
+ $td->EXIT_STATUS => 0});
$td->runtest("partial decode",
- {$td->COMMAND => "echo '7a65726F203D203>' | hex"},
- {$td->STRING => "zero = 0",
- $td->EXIT_STATUS => 0});
+ {$td->COMMAND => "echo '7a65726F203D203>' | hex"},
+ {$td->STRING => "zero = 0",
+ $td->EXIT_STATUS => 0});
$td->report(2);