[Bps-public-commit] r12449 - in Prophet/trunk: .
jesse at bestpractical.com
jesse at bestpractical.com
Sat May 17 05:33:02 EDT 2008
Author: jesse
Date: Sat May 17 05:33:00 2008
New Revision: 12449
Modified:
Prophet/trunk/ (props changed)
Prophet/trunk/t/luid.t
Log:
r31114 at dhcp113 (orig r12383): sartak | 2008-05-16 20:42:03 +0900
r55981 at onn: sartak | 2008-05-16 07:41:53 -0400
Set up a metadata directory for the luid test. We should probably refactor this setup and teardown into functions that are called automatically..
Modified: Prophet/trunk/t/luid.t
==============================================================================
--- Prophet/trunk/t/luid.t (original)
+++ Prophet/trunk/t/luid.t Sat May 17 05:33:00 2008
@@ -6,6 +6,8 @@
use_ok('Prophet::CLI');
$ENV{'PROPHET_REPO'} = tempdir( CLEANUP => 0 ) . '/repo-' . $$;
+$ENV{'PROPHET_METADATA_DIRECTORY'} = tempdir( CLEANUP => 0 ) . '/repo-' . $$;
+
my $cli = Prophet::CLI->new();
my $cxn = $cli->app_handle->handle;
More information about the Bps-public-commit
mailing list