Skip to content

Commit ce34c6a

Browse files
committed
tmp save
1 parent e356f1a commit ce34c6a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/cli-spec.js

+4-3
Original file line numberDiff line numberDiff line change
@@ -226,9 +226,10 @@ describe('command line interface', function () {
226226
.endsWith('tmp/packthis-with-symlink.asar.unpacked/Hello.framework/Versions/A/Headers'),
227227
);
228228
} else {
229-
assert.equal(
230-
fs.realpathSync('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir'),
231-
path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test'),
229+
assert.ok(
230+
fs
231+
.realpathSync('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/SymlinkedDir')
232+
.endsWith(path.normalize('tmp/packthis-with-symlink.asar.unpacked/WindowsMklink/Test')),
232233
);
233234
}
234235
});

0 commit comments

Comments
 (0)