projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
bd299e2
)
t/op/fork.t: Add description for one special test.
author
James E Keenan <jkeenan@cpan.org>
Wed, 26 Dec 2012 02:34:29 +0000 (21:34 -0500)
committer
James E Keenan <jkeenan@cpan.org>
Sat, 5 Jan 2013 19:07:38 +0000 (14:07 -0500)
t/op/fork.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/fork.t
b/t/op/fork.t
index
e4d5904
..
fbaf332
100644
(file)
--- a/
t/op/fork.t
+++ b/
t/op/fork.t
@@
-31,7
+31,7
@@
SKIP: {
print((() = fork) == 1 ? q[ok] : q[not ok])
"'
};
- is($out, "ok");
+ is($out, "ok", "bash/zsh-only test for 'fork' returning undef on failure");
}
done_testing();