summaryrefslogtreecommitdiffstats
path: root/netwerk/test/unit_ipc/test_redirect_failure_wrap.js
blob: ac935afe7821a37455ce77358a9ad15de39efde7 (plain)
1
2
3
4
5
6
7
8
//
// Run test script in content process instead of chrome (xpcshell's default)
//

function run_test() {
  Services.prefs.setCharPref("network.security.ports.banned", "65400");
  run_test_in_child("../unit/test_redirect_failure.js");
}