Skip to content

Commit

Permalink
Fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scudette committed Jun 7, 2024
1 parent 27296f8 commit 0237df5
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: |
make
make windows
go test -v ./...
TZ=UTC go test -v ./...
- name: StoreBinaries
uses: actions/upload-artifact@v2
Expand Down
42 changes: 21 additions & 21 deletions tests/fixtures/hierarchy_64.ext4.golden
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"listdir": [
"drwx------ 11 0 0 12288 2018-09-08T15:48:46+10:00 lost+found",
"drwxr-xr-x 12 0 0 1024 2018-09-16T21:26:12+10:00 directory1",
"drwxr-xr-x 14 0 0 1024 2018-09-16T21:25:30+10:00 directory1/subdirectory1",
"-rw-r--r-- 21 0 0 52 2018-09-16T21:25:28+10:00 directory1/subdirectory1/fortune3",
"-rw-r--r-- 22 0 0 65 2018-09-16T21:25:33+10:00 directory1/subdirectory1/fortune4",
"drwxr-xr-x 15 0 0 1024 2018-09-16T21:26:26+10:00 directory1/subdirectory2",
"-rw-r--r-- 23 0 0 40 2018-09-16T21:26:25+10:00 directory1/subdirectory2/fortune7",
"-rw-r--r-- 24 0 0 20 2018-09-16T21:26:26+10:00 directory1/subdirectory2/fortune8",
"-rw-r--r-- 17 0 0 48 2018-09-16T21:25:09+10:00 directory1/fortune1",
"-rw-r--r-- 18 0 0 56 2018-09-16T21:25:00+10:00 directory1/fortune2",
"-rw-r--r-- 19 0 0 344 2018-09-16T21:26:11+10:00 directory1/fortune5",
"-rw-r--r-- 20 0 0 111 2018-09-16T21:26:12+10:00 directory1/fortune6",
"drwxr-xr-x 13 0 0 1024 2018-09-16T21:26:44+10:00 directory2",
"-rw-r--r-- 25 0 0 303 2018-09-16T21:26:44+10:00 directory2/fortune10",
"-rw-r--r-- 26 0 0 39 2018-09-16T21:26:42+10:00 directory2/fortune9",
"-rw-r--r-- 16 0 0 849597 2018-09-08T16:08:45+10:00 thejungle.txt",
"drwx------ 11 0 0 12288 2018-09-08T05:48:46Z lost+found",
"drwxr-xr-x 12 0 0 1024 2018-09-16T11:26:12Z directory1",
"drwxr-xr-x 14 0 0 1024 2018-09-16T11:25:30Z directory1/subdirectory1",
"-rw-r--r-- 21 0 0 52 2018-09-16T11:25:28Z directory1/subdirectory1/fortune3",
"-rw-r--r-- 22 0 0 65 2018-09-16T11:25:33Z directory1/subdirectory1/fortune4",
"drwxr-xr-x 15 0 0 1024 2018-09-16T11:26:26Z directory1/subdirectory2",
"-rw-r--r-- 23 0 0 40 2018-09-16T11:26:25Z directory1/subdirectory2/fortune7",
"-rw-r--r-- 24 0 0 20 2018-09-16T11:26:26Z directory1/subdirectory2/fortune8",
"-rw-r--r-- 17 0 0 48 2018-09-16T11:25:09Z directory1/fortune1",
"-rw-r--r-- 18 0 0 56 2018-09-16T11:25:00Z directory1/fortune2",
"-rw-r--r-- 19 0 0 344 2018-09-16T11:26:11Z directory1/fortune5",
"-rw-r--r-- 20 0 0 111 2018-09-16T11:26:12Z directory1/fortune6",
"drwxr-xr-x 13 0 0 1024 2018-09-16T11:26:44Z directory2",
"-rw-r--r-- 25 0 0 303 2018-09-16T11:26:44Z directory2/fortune10",
"-rw-r--r-- 26 0 0 39 2018-09-16T11:26:42Z directory2/fortune9",
"-rw-r--r-- 16 0 0 849597 2018-09-08T06:08:45Z thejungle.txt",
""
],
"fortune3_md5": "11d91b018f54be7e5a04dd1bc35b3d0b",
Expand All @@ -26,11 +26,11 @@
" \"Size\": 849597,",
" \"Mode\": 33188,",
" \"ModeStr\": \"-rw-r--r--\",",
" \"ModTime\": \"2018-09-08T16:08:45.384292851+10:00\",",
" \"Mtime\": \"2018-09-08T16:08:45.384292851+10:00\",",
" \"Atime\": \"2018-09-17T18:03:24.384292851+10:00\",",
" \"Ctime\": \"2018-09-17T18:03:24.000000012+10:00\",",
" \"Btime\": \"2018-09-16T21:25:09+10:00\",",
" \"ModTime\": \"2018-09-08T06:08:45.384292851Z\",",
" \"Mtime\": \"2018-09-08T06:08:45.384292851Z\",",
" \"Atime\": \"2018-09-17T08:03:24.384292851Z\",",
" \"Ctime\": \"2018-09-17T08:03:24.000000012Z\",",
" \"Btime\": \"2018-09-16T11:25:09Z\",",
" \"Data\": {",
" \"Inode\": 16,",
" \"Uid\": 0,",
Expand Down

0 comments on commit 0237df5

Please sign in to comment.