aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/sparse_array.test
diff options
context:
space:
mode:
Diffstat (limited to 'libtests/qtest/sparse_array.test')
-rw-r--r--libtests/qtest/sparse_array.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtests/qtest/sparse_array.test b/libtests/qtest/sparse_array.test
index c3535d85..a6448c3f 100644
--- a/libtests/qtest/sparse_array.test
+++ b/libtests/qtest/sparse_array.test
@@ -8,8 +8,8 @@ require TestDriver;
my $td = new TestDriver('sparse array');
$td->runtest("sparse_array",
- {$td->COMMAND => "sparse_array"},
- {$td->STRING => "sparse array tests done\n",
+ {$td->COMMAND => "sparse_array"},
+ {$td->STRING => "sparse array tests done\n",
$td->EXIT_STATUS => 0},
$td->NORMALIZE_NEWLINES);