t/all: fixup test for missing IPC::Run
authorEric Wong <e@80x24.org>
Wed, 9 Apr 2014 18:12:06 +0000 (18:12 +0000)
committerEric 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

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 IPC::Run;
        import IPC::Run qw/run/;
        1;
 };