Skip to content

Commit

Permalink
SQUASH FIX: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher J. Brody committed May 10, 2019
1 parent 96308ae commit 18cdde3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stats-uid-gid.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ test('graceful fs includes correct uid & gid', function (t) {
t.end()
})

test('graceful fs includes correct uid & gid (async)', function (t) {
;(process.platform !== 'win32') && test('graceful fs includes valid uid & gid (async)', function (t) {
gfs.stat(__filename, function (er, stats) {
t.notOk(er)
t.ok(stats)
Expand Down

0 comments on commit 18cdde3

Please sign in to comment.