Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: simonsan <[email protected]>
  • Loading branch information
simonsan committed Mar 13, 2024
1 parent ac82866 commit 7c20621
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
32 changes: 16 additions & 16 deletions crates/core/tests/snapshots/integration__backup-tar-tree-nix.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Tree(
{
"name": "empty-file",
"type": "file",
"mode": Some(420),
"mtime": Some("2014-11-30T15:03:11Z"),
"atime": Some("2014-11-30T15:03:11Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand All @@ -23,10 +23,10 @@ Tree(
{
"name": "testfile",
"type": "file",
"mode": Some(420),
"mtime": Some("2014-08-09T12:14:20Z"),
"atime": Some("2014-08-09T12:14:20Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand All @@ -40,10 +40,10 @@ Tree(
{
"name": "testfile-hardlink",
"type": "file",
"mode": Some(420),
"mtime": Some("2014-08-09T12:14:20Z"),
"atime": Some("2014-08-09T12:14:20Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand All @@ -58,10 +58,10 @@ Tree(
"name": "testfile-symlink",
"type": "symlink",
"linktarget": "testfile",
"mode": Some(134218221),
"mtime": Some("2014-08-09T12:14:28Z"),
"atime": Some("2014-08-09T12:14:28Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand Down
32 changes: 16 additions & 16 deletions crates/core/tests/snapshots/integration__dryrun-tar-tree-nix.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Tree(
{
"name": "empty-file",
"type": "file",
"mode": Some(420),
"mtime": Some("2014-11-30T15:03:11Z"),
"atime": Some("2014-11-30T15:03:11Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand All @@ -23,10 +23,10 @@ Tree(
{
"name": "testfile",
"type": "file",
"mode": Some(420),
"mtime": Some("2014-08-09T12:14:20Z"),
"atime": Some("2014-08-09T12:14:20Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand All @@ -40,10 +40,10 @@ Tree(
{
"name": "testfile-hardlink",
"type": "file",
"mode": Some(420),
"mtime": Some("2014-08-09T12:14:20Z"),
"atime": Some("2014-08-09T12:14:20Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand All @@ -58,10 +58,10 @@ Tree(
"name": "testfile-symlink",
"type": "symlink",
"linktarget": "testfile",
"mode": Some(134218221),
"mtime": Some("2014-08-09T12:14:28Z"),
"atime": Some("2014-08-09T12:14:28Z"),
"ctime": "[ctime]",
"mode": "[some]",
"mtime": "[some]",
"atime": "[some]",
"ctime": "[some]",
"uid": "[uid]",
"gid": "[gid]",
"user": "[user]",
Expand Down

0 comments on commit 7c20621

Please sign in to comment.