Skip to content

Commit

Permalink
nixosTests.samba: add anthonyroussel to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyroussel committed Sep 4, 2024
1 parent 5eace94 commit 516aef2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nixos/tests/samba.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import ./make-test-python.nix ({ pkgs, ... }: {
import ./make-test-python.nix ({ pkgs, lib, ... }: {
name = "samba";

meta.maintainers = [ ];
meta.maintainers = [ lib.maintainers.anthonyroussel ];

nodes = {
client =
Expand Down Expand Up @@ -35,8 +35,6 @@ import ./make-test-python.nix ({ pkgs, ... }: {
};
};

# client# [ 4.542997] mount[777]: sh: systemd-ask-password: command not found

testScript = ''
server.start()
server.wait_for_unit("samba.target")
Expand Down

0 comments on commit 516aef2

Please sign in to comment.