mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-13 08:44:12 +03:00
Use the /Applications directory to test cwd on Child Processes
This commit is contained in:
parent
2966cdb033
commit
b7976cac68
@ -134,11 +134,11 @@ describe 'Child Processes', ->
|
||||
|
||||
waitsForPromise ->
|
||||
options =
|
||||
cwd: fixturesProject.getPath()
|
||||
cwd: "/Applications"
|
||||
stdout: (data) -> output.push(data)
|
||||
stderr: (data) ->
|
||||
|
||||
ChildProcess.exec("pwd", options)
|
||||
|
||||
runs ->
|
||||
expect(output.join('')).toBe "#{fixturesProject.getPath()}\n"
|
||||
expect(output.join('')).toBe "/Applications\n"
|
||||
|
Loading…
Reference in New Issue
Block a user