Kaynağa Gözat

Remove unnecessary piping to test file

Daniel Gempesaw 11 yıl önce
ebeveyn
işleme
4a74d18d18
1 değiştirilmiş dosya ile 0 ekleme ve 5 silme
  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