Skip to content

Commit

Permalink
Update golden files for current version
Browse files Browse the repository at this point in the history
The reverted commit was before we added support for multiple backends,
so we need to update the golden files for these tests.
  • Loading branch information
denisonbarbosa committed Aug 28, 2024
1 parent 0b8496c commit 8a473d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/policies/dconf/dconf.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ func writeIfChanged(path string, content string) (done bool, err error) {
}

// writeProfile creates or updates a dconf profile file.
// The adsys systemd-db should always be the first systemd-db in the file to enforce their values
// (upper systemd-db in the profile wins).
// The adsys system-db should always be the first system-db in the file to enforce their values
// (upper system-db in the profile wins).
func writeProfile(ctx context.Context, user, profilesPath string) (err error) {
defer decorate.OnError(&err, gotext.Get("can't update user profile %s", profilesPath))

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
user-db:user
system-db:gdm
system-db:machine

0 comments on commit 8a473d6

Please sign in to comment.