fix profile location for trunk
git-svn-id: svn://10.0.0.236/trunk@159496 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
d2b941cf24
commit
f0e5fc3072
@ -193,7 +193,7 @@ $ENV{HOME} = cwd();
|
||||
# Create a profile to test with.
|
||||
run_system_cmd(["./".$app_name.$bin_suffix, "-createProfile", "testprofile"], 45);
|
||||
|
||||
my $pref_file = find_pref_file(".".$app_name);
|
||||
my $pref_file = find_pref_file(".mozilla/".$app_name);
|
||||
open PREFS, ">>$pref_file";
|
||||
# Add allow_scripts_to_close_windows; this lets us cleanly exit.
|
||||
print PREFS "user_pref(\"dom.allow_scripts_to_close_windows\", true);\n";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user