Browse Source

Remove unnecessary piping to test file

Daniel Gempesaw 11 years ago
parent
commit
4a74d18d18
1 changed files with 0 additions and 5 deletions
  1. 0 5
      t/Firefox-Profile.t

+ 0 - 5
t/Firefox-Profile.t

@@ -59,11 +59,6 @@ CUSTOM_EXTENSION_LOADED: {
     # });
     $profile->add_extension('t/www/redisplay.xpi');
 
-    my $filename = "test";
-    open (my $fh, ">", $filename);
-    print $fh $profile->_encode;
-    close ($fh);
-
     my $driver = Selenium::Remote::Driver->new(
         extra_capabilities => {
             firefox_profile => $profile