projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a24e8b4
)
skip an alarm using test if the perl signal detection is broken
author
Tony Cook
<tony@develop-help.com>
Mon, 1 Jul 2013 12:31:53 +0000
(22:31 +1000)
committer
Tony Cook
<tony@develop-help.com>
Mon, 1 Jul 2013 12:31:53 +0000
(22:31 +1000)
Like 5.6.2 in my Ubuntu 32-bit VM
t/250-draw/100-fill.t
patch
|
blob
|
blame
|
history
diff --git
a/t/250-draw/100-fill.t
b/t/250-draw/100-fill.t
index c809f12780d8bd55c93fcf9c64f89f3e4a12c676..e1b851ffd5fef856f407866eca519e5910bc8152 100644
(file)
--- a/
t/250-draw/100-fill.t
+++ b/
t/250-draw/100-fill.t
@@
-361,6
+361,7
@@
ok($oocopy->errstr =~ /Unknown hatch type/,
SKIP:
{
skip("can't test without alarm()", 1) unless $Config{d_alarm};
+ skip("Your signals are misconfigured", 1) unless exists $SIG{ALRM};
local $SIG{ALRM} = sub { die; };
eval {