diff options
Diffstat (limited to 'tests/misc/test')
-rwxr-xr-x | tests/misc/test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/test b/tests/misc/test index 356268b8e..aad07d057 100755 --- a/tests/misc/test +++ b/tests/misc/test @@ -68,7 +68,7 @@ sub add_inverse_op_tests($) my ($flags, $ret, $LoH) = digest_test $t; # Generate corresponding tests of inverse ops. - # E.g. generate tests of `-ge' from those of `-lt'. + # E.g. generate tests of '-ge' from those of '-lt'. foreach my $op (qw(gt lt eq)) { if ($test_name =~ /$op-/ && $flags =~ / -$op /) |