summaryrefslogtreecommitdiff
path: root/tests/options-scan.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/options-scan.pl')
-rw-r--r--tests/options-scan.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/options-scan.pl b/tests/options-scan.pl
index d49352b40..22cf454c6 100644
--- a/tests/options-scan.pl
+++ b/tests/options-scan.pl
@@ -101,7 +101,7 @@ for my $c (sort @cmdopts) {
versioncheck($c, $oiv{$c});
}
else {
- print STDERR "$c is in the directory but not in file!\n";
+ print STDERR "--$c is in the option directory but not in $opts!\n";
$error++;
}
}
@@ -117,4 +117,6 @@ for my $v (sort @veropts) {
}
}
+print STDERR "ok\n" if(!$error);
+
exit $error;