Skip to content

Commit

Permalink
Adjust tests to work in the armhf architecture. Fixes #29281.
Browse files Browse the repository at this point in the history
  • Loading branch information
panlinux authored and nicolas-grekas committed Dec 14, 2018
1 parent fac85a1 commit b9359a5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public function getCastFileInfoTests()
aTime: %s-%s-%d %d:%d:%d
mTime: %s-%s-%d %d:%d:%d
cTime: %s-%s-%d %d:%d:%d
inode: %d
inode: %i
size: %d
perms: 0%d
owner: %d
Expand Down Expand Up @@ -85,7 +85,7 @@ public function testCastFileObject()
aTime: %s-%s-%d %d:%d:%d
mTime: %s-%s-%d %d:%d:%d
cTime: %s-%s-%d %d:%d:%d
inode: %d
inode: %i
size: %d
perms: 0%d
owner: %d
Expand All @@ -105,7 +105,7 @@ public function testCastFileObject()
maxLineLen: 0
fstat: array:26 [
"dev" => %d
"ino" => %d
"ino" => %i
"nlink" => %d
"rdev" => 0
"blksize" => %i
Expand Down

0 comments on commit b9359a5

Please sign in to comment.