[Bps-public-commit] r15628 - in sd/trunk: .
jesse at bestpractical.com
jesse at bestpractical.com
Thu Aug 28 21:43:00 EDT 2008
Author: jesse
Date: Thu Aug 28 21:43:00 2008
New Revision: 15628
Modified:
sd/trunk/ (props changed)
sd/trunk/lib/App/SD/Test.pm
Log:
Modified: sd/trunk/lib/App/SD/Test.pm
==============================================================================
--- sd/trunk/lib/App/SD/Test.pm (original)
+++ sd/trunk/lib/App/SD/Test.pm Thu Aug 28 21:43:00 2008
@@ -164,7 +164,7 @@
sub set_editor {
my ($self, $script) = @_;
- undef $ENV{'VISUAL'}; # Proc::InvokeEditor checks this first
+ delete $ENV{'VISUAL'}; # Proc::InvokeEditor checks this first
$ENV{'EDITOR'} = File::Spec->catfile(getcwd(), 't', 'scripts', $script);
diag 'export EDITOR=' . $ENV{'EDITOR'} . "\n";
}
More information about the Bps-public-commit
mailing list