Select Git revision
999-tear-env.t
999-tear-env.t 205 B
#!/usr/bin/perl
use strict;
use warnings;
use Shell::Command;
use Test::Most;
chdir 't' or die $!;
if (!-d 'etc') {
plan skip_all => 'No need to tear previous env.';
}
ok rm_rf 'etc';
done_testing;