Only run specs on Windows

This commit is contained in:
Kevin Sawicki
2015-11-03 14:52:23 -08:00
parent 9ca94affc0
commit 7c504d3692

View File

@@ -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"