Skip to content

Commit

Permalink
tmp save
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Nov 13, 2024
1 parent 69178e1 commit 833107f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cli-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,9 +228,9 @@ describe('command line interface', function () {
} else {
assert.equal(
fs.realpathSync(
'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir/test.txt',
'tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir',
),
path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test/test.txt'),
path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test'),
);
}
});
Expand Down

0 comments on commit 833107f

Please sign in to comment.