diff options
Diffstat (limited to 'tests')
| -rwxr-xr-x | tests/misc/sleep.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/misc/sleep.sh b/tests/misc/sleep.sh index d1e3bc76c..6806a6fe2 100755 --- a/tests/misc/sleep.sh +++ b/tests/misc/sleep.sh @@ -32,6 +32,7 @@ returns_ 1 timeout 10 sleep || fail=1 # subsecond actual sleep timeout 10 sleep 0.001 || fail=1 timeout 10 sleep 0x.002p1 || fail=1 +timeout 10 sleep 0x0.01d || fail=1 # d is part of hex, not a day suffix # Using small timeouts for larger sleeps is racy, # but false positives should be avoided on most systems |
