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,
|
||||
size: 4,
|
||||
mtime: new Date(1387588646000),
|
||||
pax: {'SCHILY.dev': '16777217', 'SCHILY.ino': '3599143', 'SCHILY.nlink': '1', atime: '1387589077', ctime: '1387588646', path: 'høllø.txt'},
|
||||
type: 'file',
|
||||
linkname: null,
|
||||
uname: 'maf',
|
||||
|
@ -362,6 +363,7 @@ test('unicode', function (t) { // can unpack a bsdtar unicoded tarball
|
|||
gid: 20,
|
||||
size: 8,
|
||||
mtime: new Date(1387580181000),
|
||||
pax: {path: 'høstål.txt'},
|
||||
type: 'file',
|
||||
linkname: null,
|
||||
uname: 'maf',
|
||||
|
|
Loading…
Reference in a new issue