fix tests for #52
This commit is contained in:
parent
3e8539459a
commit
3ae6d2de05
1 changed files with 2 additions and 0 deletions
|
@ -326,6 +326,7 @@ test('unicode-bsd', function (t) { // can unpack a bsdtar unicoded tarball
|
||||||
gid: 20,
|
gid: 20,
|
||||||
size: 4,
|
size: 4,
|
||||||
mtime: new Date(1387588646000),
|
mtime: new Date(1387588646000),
|
||||||
|
pax: {'SCHILY.dev': '16777217', 'SCHILY.ino': '3599143', 'SCHILY.nlink': '1', atime: '1387589077', ctime: '1387588646', path: 'høllø.txt'},
|
||||||
type: 'file',
|
type: 'file',
|
||||||
linkname: null,
|
linkname: null,
|
||||||
uname: 'maf',
|
uname: 'maf',
|
||||||
|
@ -362,6 +363,7 @@ test('unicode', function (t) { // can unpack a bsdtar unicoded tarball
|
||||||
gid: 20,
|
gid: 20,
|
||||||
size: 8,
|
size: 8,
|
||||||
mtime: new Date(1387580181000),
|
mtime: new Date(1387580181000),
|
||||||
|
pax: {path: 'høstål.txt'},
|
||||||
type: 'file',
|
type: 'file',
|
||||||
linkname: null,
|
linkname: null,
|
||||||
uname: 'maf',
|
uname: 'maf',
|
||||||
|
|
Loading…
Reference in a new issue