Skip to content

Commit

Permalink
Remove rogue write (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Dec 6, 2022
1 parent 32353cc commit d93b934
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/pack.js
Expand Up @@ -168,7 +168,6 @@ test('large-uid-gid', function (t) {
pack.pipe(concat(function (data) {
t.is(data.length & 511, 0)
t.alike(data, fs.readFileSync(fixtures.LARGE_UID_GID))
fs.writeFileSync('/tmp/foo', data)
}))
})

Expand Down

0 comments on commit d93b934

Please sign in to comment.