Author: jkeenan
Date: Sun Sep 30 19:14:24 2007
New Revision: 21695
Modified:
branches/reconfigure/t/configure/testlib/init/alpha.pm
Log:
Conform pseudo configuration class to new format: return 1 upon success.
Modified: branches/reconfigure/t/configure/testlib/init/alpha.pm
==============================================================================
--- branches/reconfigure/t/configure/testlib/init/alpha.pm (original)
+++ branches/reconfigure/t/configure/testlib/init/alpha.pm Sun Sep 30
19:14:24 2007
@@ -27,7 +27,7 @@
sub runstep {
my ( $self, $conf ) = @_;
print "\nYou've got alpha\n";
- return $self;
+ return 1;
}
1;