diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runtests.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl index 77787dc3f..4cd390b5d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -2108,7 +2108,7 @@ sub singletest { $cmdres = 1000; } else { - $cmdres /= 256; + $cmdres >>= 8; } } if(!$dumped_core) { |