Unverified Commit 362fb86d authored by boklm's avatar boklm
Browse files

Set TOR_SKIP_LAUNCH env instead of removing tor-launcher

parent 2322c2e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ sub extract_tbb {
}

sub setup_tbb {
    unlink 'Data/Browser/profile.default/extensions/tor-launcher@torproject.org.xpi';
    $ENV{TOR_SKIP_LAUNCH} = 1;
}

sub mozmill_run {