Skip to content

Commit

Permalink
tmp save
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Nov 18, 2024
1 parent ce34c6a commit 1676a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cli-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
);
}
});
Expand Down

0 comments on commit 1676a0e

Please sign in to comment.