#!/usr/bin/perl
use
File::Path;
# jm: off! we want to keep the logs around in case something failed,
# so we can see what it was. esp. important in case of intermittent
# failures.
# rmtree ("log");
ok (1);
#!/usr/bin/perl
use
File::Path;
# jm: off! we want to keep the logs around in case something failed,
# so we can see what it was. esp. important in case of intermittent
# failures.
# rmtree ("log");
ok (1);