Skip to content

Commit 6ada607

Browse files
committed
fixup! lib: handle windows reserved device names on UNC
1 parent 1dade18 commit 6ada607

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/parallel/test-path-win32-normalize-device-names.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const assert = require('assert');
55
const path = require('path');
66

77
if (!common.isWindows) {
8-
// common.skip('Windows only');
8+
common.skip('Windows only');
99
}
1010

1111
const normalizeDeviceNameTests = [

0 commit comments

Comments
 (0)