Author: jkeenan
Date: Sat Apr  5 14:11:05 2008
New Revision: 26789

Modified:
   branches/ports/t/steps/auto_readline-01.t

Log:
Delete unnecessary statement.

Modified: branches/ports/t/steps/auto_readline-01.t
==============================================================================
--- branches/ports/t/steps/auto_readline-01.t   (original)
+++ branches/ports/t/steps/auto_readline-01.t   Sat Apr  5 14:11:05 2008
@@ -161,7 +161,6 @@
 {
     my $tdir3 = File::Spec->canonpath( tempdir( CLEANUP => 1 ) );
     ok(chdir $tdir3, "Able to change to temporary directory");
-    $step->{ports_root} = $tdir3;
     ok( (mkdir 'lib'), "Able to make lib directory");
     ok( (mkdir 'include'), "Able to make include directory");
     my $libdir = File::Spec->catdir( $tdir3, 'lib' );

Reply via email to