mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Only run specs on Windows
This commit is contained in:
@@ -4,7 +4,7 @@ temp = require "temp"
|
||||
rimraf = require "rimraf"
|
||||
AtomPortable = require "../src/browser/atom-portable"
|
||||
|
||||
describe "Set Portable Mode", ->
|
||||
describe "Set Portable Mode on #win32", ->
|
||||
portableAtomHomePath = path.join(path.dirname(process.execPath), "..", ".atom")
|
||||
portableAtomHomeNaturallyExists = fs.existsSync(portableAtomHomePath)
|
||||
portableAtomHomeBackupPath = "#{portableAtomHomePath}.temp"
|
||||
|
||||
Reference in New Issue
Block a user