diff --git a/test/replace.js b/test/replace.js index 446749d..9645c51 100644 --- a/test/replace.js +++ b/test/replace.js @@ -17,9 +17,8 @@ test('--replace works', async t => { fs.copy('test/fixtures/a.css', path.join(dir, 'a.css')) ]) - // XXX: Should be able to pass output instead of dir here, but this test env is weird const { error, stderr } = await cli([ - dir, + output.replace('\\', '/'), '--replace', '-u', 'postcss-import',