projects
/
ssoma-mda.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a620a86
)
t/all: fixup test for missing IPC::Run
author
Eric Wong
<e@80x24.org>
Wed, 9 Apr 2014 18:12:06 +0000
(18:12 +0000)
committer
Eric Wong
<e@80x24.org>
Wed, 9 Apr 2014 18:12:06 +0000
(18:12 +0000)
I forgot to re-enable the test once I ensured things passed without
IPC::Run.
t/all.t
patch
|
blob
|
history
diff --git
a/t/all.t
b/t/all.t
index 27fe6c16ce18c784323d6639368b47cb022b324e..d58e1dbb92a1d43d6012f87a897658ddfc9f859a 100644
(file)
--- a/
t/all.t
+++ b/
t/all.t
@@
-12,7
+12,7
@@
my $tmp = tempdir(CLEANUP => 1);
use File::Temp qw/tempdir/;
use Email::Simple;
my $have_ipc_run = eval {
- require IC::Run;
+ require I
P
C::Run;
import IPC::Run qw/run/;
1;
};