root/trunk/t/29-cleanup.t

Revision 4196, 252 bytes (checked in by takayama, 3 months ago)

* Set svn keywords

  • Property svn:mime-type set to text/plain
Line 
1#!/usr/bin/perl
2# $Id: 29-cleanup.t 1098 2007-12-12 01:47:58Z hachi $
3use strict;
4use warnings;
5use Test::More tests => 1;
6use vars qw( $DB_DIR $T_CFG );
7use lib 't';
8require 'test-common.pl';
9system "rm -rf $DB_DIR";
10#unlink $T_CFG;
11ok(1, 'cleanup');
Note: See TracBrowser for help on using the browser.