Skip to content

Commit 0cd5765

Browse files
committed
Merge branch 'fix/static-framework-symlinks-2' of https://github.com/mmaietta/asar into fix/static-framework-symlinks-2
2 parents e5a0eab + eae421c commit 0cd5765

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/cli-spec.js

-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ describe('command line interface', function () {
193193
'p test/input/packthis-with-symlink/ tmp/packthis-with-symlink.asar --unpack *.txt --unpack-dir "{dir2/subdir,Hello.framework,WindowsMklink}" --exclude-hidden',
194194
);
195195
// actual files
196-
assert.ok(fs.existsSync('tmp/packthis-with-symlink.asar.unpacked/real.txt'));
197196
assert.ok(fs.existsSync('tmp/packthis-with-symlink.asar.unpacked/A/real.txt'));
198197
assert.ok(
199198
fs.existsSync('tmp/packthis-with-symlink.asar.unpacked/Hello.framework/Versions/A/Hello'),

0 commit comments

Comments
 (0)