updated check_disk_write.pl
7a6269c0
Hari Sekhon
committed
1 changed file
check_disk_write.pl
/check_disk_write.pl-1+1
/check_disk_write.pl
Add comment 22 use lib dirname(__FILE__) . "/lib";
Add comment 23 }
Add comment 24 use HariSekhonUtils;
Add comment 25 Plus  use File::Spec;
Add comment 25 26 use File::Temp;
Add comment 26 Minus  use File::Spec;
Add comment 27
Add comment 28 my $dir;
Add comment 29