Commit 70ced3d9 authored by Geoff Lankow's avatar Geoff Lankow
Browse files

Bug 1728037 - Fix test_snap.js and test_snap_empty.js when run on Thunderbird. r=stransky

parent dfb130e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}