File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -229,11 +229,15 @@ describe('command line interface', function () {
229
229
assert . ok (
230
230
fs . existsSync ( 'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir' ) ,
231
231
) ;
232
- assert . ok (
233
- fs
234
- . realpathSync ( 'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir' )
235
- . endsWith ( path . normalize ( 'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test' ) ) ,
232
+ assert . equal (
233
+ fs . realpathSync ( 'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir' ) ,
234
+ path . normalize ( 'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test' ) ,
236
235
) ;
236
+ // assert.ok(
237
+ // fs
238
+ // .realpathSync('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir')
239
+ // .endsWith(path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test')),
240
+ // );
237
241
assert . ok (
238
242
fs
239
243
. realpathSync (
You can’t perform that action at this time.
0 commit comments