diff options
Diffstat (limited to 'transaction_test.go')
-rw-r--r-- | transaction_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/transaction_test.go b/transaction_test.go index c56edf2..2d24a37 100644 --- a/transaction_test.go +++ b/transaction_test.go @@ -176,6 +176,7 @@ func TestPAM_ConfDir(t *testing.T) { Password: "wrongsecret", } tx, err := StartConfDir("my-service", "test", c, ".") + tx, err := StartConfDir("permit-service", u.Username, c, "test-services") if !CheckPamHasStartConfdir() { if err == nil { t.Fatalf("start should have errored out as pam_start_confdir is not available: %v", err) |