Skip to content

Commit bd3f551

Browse files
committed
[Tests] fix symlink tests
1 parent 5af3d03 commit bd3f551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/symlinks.js

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ try {
1313
} catch (err) {}
1414
try {
1515
fs.symlinkSync('./_/symlink_target', symlinkDir, 'dir');
16-
fs.symlinkSync('../../package', packageDir, 'dir');
1716
} catch (err) {
1817
if (err.code !== 'EEXIST') {
1918
// if fails then it is probably on Windows and lets try to create a junction

0 commit comments

Comments
 (0)