root/trunk/t/29-cleanup.t
| Revision 4196, 252 bytes (checked in by takayama, 3 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/perl |
| 2 | # $Id: 29-cleanup.t 1098 2007-12-12 01:47:58Z hachi $ |
| 3 | use strict; |
| 4 | use warnings; |
| 5 | use Test::More tests => 1; |
| 6 | use vars qw( $DB_DIR $T_CFG ); |
| 7 | use lib 't'; |
| 8 | require 'test-common.pl'; |
| 9 | system "rm -rf $DB_DIR"; |
| 10 | #unlink $T_CFG; |
| 11 | ok(1, 'cleanup'); |
Note: See TracBrowser
for help on using the browser.
