diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-02-11 10:47:51 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-02-11 10:47:51 -0500 |
commit | 3bcc6548c41f96878c8d0e0c8efe8632fcce16ba (patch) | |
tree | 3f6cbc0b829f1e9b9c4c62d890ddcc2f3d5aba59 /dom/plugins | |
parent | 84ed7160b122ec5b035f9ddf016c07a89e5e1233 (diff) | |
download | UXP-3bcc6548c41f96878c8d0e0c8efe8632fcce16ba.tar UXP-3bcc6548c41f96878c8d0e0c8efe8632fcce16ba.tar.gz UXP-3bcc6548c41f96878c8d0e0c8efe8632fcce16ba.tar.lz UXP-3bcc6548c41f96878c8d0e0c8efe8632fcce16ba.tar.xz UXP-3bcc6548c41f96878c8d0e0c8efe8632fcce16ba.zip |
Fix test paths for WebExAM
Diffstat (limited to 'dom/plugins')
-rw-r--r-- | dom/plugins/test/unit/xpcshell.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dom/plugins/test/unit/xpcshell.ini b/dom/plugins/test/unit/xpcshell.ini index 8dae66b20..69b6731b2 100644 --- a/dom/plugins/test/unit/xpcshell.ini +++ b/dom/plugins/test/unit/xpcshell.ini @@ -5,7 +5,7 @@ tail = tags = addons firefox-appdir = browser support-files = - !/toolkit/mozapps/extensions/test/xpcshell/head_addons.js + !/toolkit/mozapps/webextensions/test/xpcshell/head_addons.js [test_allowed_types.js] skip-if = appname == "thunderbird" |