Skip to content

Commit

Permalink
Bug 1728037 - Fix test_snap.js and test_snap_empty.js when run on Thu…
Browse files Browse the repository at this point in the history
…nderbird. r=stransky

Differential Revision: https://phabricator.services.mozilla.com/D123906
  • Loading branch information
darktrojan committed Aug 31, 2021
1 parent dfb130e commit 70ced3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/profile/xpcshell/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function simulateSnapEnvironment() {
let env = Cc["@mozilla.org/process/environment;1"].getService(
Ci.nsIEnvironment
);
env.set("SNAP_NAME", "firefox");
env.set("SNAP_NAME", AppConstants.MOZ_APP_NAME);

gIsLegacy = true;
}
Expand Down

0 comments on commit 70ced3d

Please sign in to comment.