@@ -80,7 +80,7 @@ function test_simple_error_callback(cb) {
80
80
function test_simple_relative_symlink ( callback ) {
81
81
console . log ( 'test_simple_relative_symlink' ) ;
82
82
if ( skipSymlinks ) {
83
- console . log ( 'skipping symlink test (no privs)' ) ;
83
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
84
84
return runNextTest ( ) ;
85
85
}
86
86
var entry = common . tmpDir + '/symlink' ,
@@ -143,7 +143,7 @@ function test_simple_absolute_symlink(callback) {
143
143
function test_deep_relative_file_symlink ( callback ) {
144
144
console . log ( 'test_deep_relative_file_symlink' ) ;
145
145
if ( skipSymlinks ) {
146
- console . log ( 'skipping symlink test (no privs)' ) ;
146
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
147
147
return runNextTest ( ) ;
148
148
}
149
149
@@ -175,7 +175,7 @@ function test_deep_relative_file_symlink(callback) {
175
175
function test_deep_relative_dir_symlink ( callback ) {
176
176
console . log ( 'test_deep_relative_dir_symlink' ) ;
177
177
if ( skipSymlinks ) {
178
- console . log ( 'skipping symlink test (no privs)' ) ;
178
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
179
179
return runNextTest ( ) ;
180
180
}
181
181
var expected = path . join ( common . fixturesDir , 'cycles' , 'folder' ) ;
@@ -207,7 +207,7 @@ function test_deep_relative_dir_symlink(callback) {
207
207
function test_cyclic_link_protection ( callback ) {
208
208
console . log ( 'test_cyclic_link_protection' ) ;
209
209
if ( skipSymlinks ) {
210
- console . log ( 'skipping symlink test (no privs)' ) ;
210
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
211
211
return runNextTest ( ) ;
212
212
}
213
213
var entry = common . tmpDir + '/cycles/realpath-3a' ;
@@ -230,7 +230,7 @@ function test_cyclic_link_protection(callback) {
230
230
function test_cyclic_link_overprotection ( callback ) {
231
231
console . log ( 'test_cyclic_link_overprotection' ) ;
232
232
if ( skipSymlinks ) {
233
- console . log ( 'skipping symlink test (no privs)' ) ;
233
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
234
234
return runNextTest ( ) ;
235
235
}
236
236
var cycles = common . tmpDir + '/cycles' ;
@@ -251,7 +251,7 @@ function test_cyclic_link_overprotection(callback) {
251
251
function test_relative_input_cwd ( callback ) {
252
252
console . log ( 'test_relative_input_cwd' ) ;
253
253
if ( skipSymlinks ) {
254
- console . log ( 'skipping symlink test (no privs)' ) ;
254
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
255
255
return runNextTest ( ) ;
256
256
}
257
257
@@ -295,7 +295,7 @@ function test_deep_symlink_mix(callback) {
295
295
if ( isWindows ) {
296
296
// This one is a mix of files and directories, and it's quite tricky
297
297
// to get the file/dir links sorted out correctly.
298
- console . log ( 'skipping symlink test (no way to work on windows )' ) ;
298
+ console . log ( '1..0 # Skipped: symlink test (no privs )' ) ;
299
299
return runNextTest ( ) ;
300
300
}
301
301
@@ -391,7 +391,7 @@ assert.equal(upone, uponeActual,
391
391
function test_up_multiple ( cb ) {
392
392
console . error ( 'test_up_multiple' ) ;
393
393
if ( skipSymlinks ) {
394
- console . log ( 'skipping symlink test (no privs)' ) ;
394
+ console . log ( '1..0 # Skipped: symlink test (no privs)' ) ;
395
395
return runNextTest ( ) ;
396
396
}
397
397
function cleanup ( ) {
0 commit comments