Remove rogue write (#144)
This commit is contained in:
parent
32353cc02c
commit
d93b934d43
1 changed files with 0 additions and 1 deletions
|
@ -168,7 +168,6 @@ test('large-uid-gid', function (t) {
|
||||||
pack.pipe(concat(function (data) {
|
pack.pipe(concat(function (data) {
|
||||||
t.is(data.length & 511, 0)
|
t.is(data.length & 511, 0)
|
||||||
t.alike(data, fs.readFileSync(fixtures.LARGE_UID_GID))
|
t.alike(data, fs.readFileSync(fixtures.LARGE_UID_GID))
|
||||||
fs.writeFileSync('/tmp/foo', data)
|
|
||||||
}))
|
}))
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue