diff options
author | Daniel Friesel <derf@finalrewind.org> | 2011-07-20 18:49:06 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2011-07-20 18:49:06 +0200 |
commit | f5ebcadaae26ef13e4bdd47af63cb6056a43e25d (patch) | |
tree | 006aec8eeefdb1388a5491a2455bccb1eb2b39c2 /t/29-app-raps2.t | |
parent | 6d23a4563756e9129bd4741787954ffa6d7ee22e (diff) |
Add a proper config file (raps2/defaults, Config::Tiny)
Diffstat (limited to 't/29-app-raps2.t')
-rw-r--r-- | t/29-app-raps2.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/29-app-raps2.t b/t/29-app-raps2.t index 3e2d250..ab9a294 100644 --- a/t/29-app-raps2.t +++ b/t/29-app-raps2.t @@ -56,3 +56,4 @@ is( $r2->pw_load( file => 't/data/raps2/test2' )->{extra}, unlink('t/data/raps2/test1'); unlink('t/data/raps2/test2'); unlink('t/config/raps2/password'); +unlink('t/config/raps2/defaults'); |