diff --git a/test/cli-spec.js b/test/cli-spec.js index be77a2f..d06d9c7 100644 --- a/test/cli-spec.js +++ b/test/cli-spec.js @@ -229,7 +229,7 @@ describe('command line interface', function () { assert.ok( fs .realpathSync('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir') - .endsWith(path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test')), + .endsWith('tmp\\packthis-with-symlink.asar.unpacked\\WindowsMklink\\Test'), ); } });