[Bps-public-commit] r16628 - in sd/trunk: .
sartak at bestpractical.com
sartak at bestpractical.com
Thu Oct 30 14:08:44 EDT 2008
Author: sartak
Date: Thu Oct 30 14:08:43 2008
New Revision: 16628
Modified:
sd/trunk/ (props changed)
sd/trunk/t/sd-hm-group.t
Log:
r74875 at onn: sartak | 2008-10-30 14:08:33 -0400
Avoid shadowing this lexical
Modified: sd/trunk/t/sd-hm-group.t
==============================================================================
--- sd/trunk/t/sd-hm-group.t (original)
+++ sd/trunk/t/sd-hm-group.t Thu Oct 30 14:08:43 2008
@@ -122,7 +122,7 @@
rmtree( $ENV{'SD_REPO'}, {keep_root => 1} );
-my $sd_hm_url = "hm:$URL|group=$gname";
+$sd_hm_url = "hm:$URL|group=$gname";
# pull
{
eval { ( $ret, $out, $err ) = run_script( 'sd', [ 'pull', '--from', $sd_hm_url ] ) };
More information about the Bps-public-commit
mailing list