Re-enable Daemon.t.

This commit is contained in:
Daniel Nichter
2012-08-15 13:03:30 -06:00
parent b5d7e7d0b6
commit 3bb0694d1d

View File

@@ -15,7 +15,7 @@ use File::Temp qw( tempfile );
use Daemon;
use OptionParser;
use PerconaTest;
plan skip_all => "Hm";
#plan skip_all => "Hm";
use constant PTDEVDEBUG => $ENV{PTDEVDEBUG} || 0;
my $o = new OptionParser(file => "$trunk/t/lib/samples/daemonizes.pl");