Explorar o código

Remove unnecessary piping to test file

Daniel Gempesaw %!s(int64=11) %!d(string=hai) anos
pai
achega
4a74d18d18
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  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