[Bps-public-commit] r14298 - Prophet/trunk/t
jesse at bestpractical.com
jesse at bestpractical.com
Fri Jul 18 19:19:28 EDT 2008
Author: jesse
Date: Fri Jul 18 19:19:28 2008
New Revision: 14298
Modified:
Prophet/trunk/t/config.t
Log:
* test updated for current code in testing harness
Modified: Prophet/trunk/t/config.t
==============================================================================
--- Prophet/trunk/t/config.t (original)
+++ Prophet/trunk/t/config.t Fri Jul 18 19:19:28 2008
@@ -5,7 +5,7 @@
use Prophet::Test 'no_plan';
use File::Temp qw'tempdir';
$ENV{'PROPHET_REPO'} = tempdir( CLEANUP => 0 ) . '/repo-' . $$;
-
+delete $ENV{'PROPHET_APP_CONFIG'};
use_ok('Prophet::CLI');
# Test basic config file parsing
More information about the Bps-public-commit
mailing list