diff --git a/.gitignore b/.gitignore index dc4e1834e..0faf94822 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,6 @@ debian/debhelper-build-stamp debian/files # Local testing -adsysd -adsysctl -adsys.yaml +/adsysd +/adsysctl +/adsys.yaml diff --git a/cmd/integration_tests/adsysctl_policy_test.go b/cmd/integration_tests/adsysctl_policy_test.go index 665e2263d..d98b985b9 100644 --- a/cmd/integration_tests/adsysctl_policy_test.go +++ b/cmd/integration_tests/adsysctl_policy_test.go @@ -910,7 +910,7 @@ func setupSubprocessForTest(t *testing.T, currentUser string, otherUsers ...stri } err := exec.Command("pkg-config", "--exists", "nss_wrapper").Run() - require.NoError(t, err, "libnss_wrapper is not installed on disk, either skip integration tests or install it") + require.NoError(t, err, "libnss-wrapper is not installed on disk, either skip integration tests or install it") testutils.PythonCoverageToGoFormat(t, "../../internal/policies/ad/adsys-gpolist", true) diff --git a/cmd/integration_tests/systemdaemons/build.sh b/cmd/integration_tests/systemdaemons/build.sh index 3ad5eb94e..969338586 100755 --- a/cmd/integration_tests/systemdaemons/build.sh +++ b/cmd/integration_tests/systemdaemons/build.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Build a test containers running polkitd and a mock systemd +# Build a test container running polkitd and a mock systemd # At runtime passing yes or no to the container will always allow or always deny authorization # Other parameters allows to control systemd time answers: # no_startup_time, invalid_startup_time, no_nextrefresh_time, invalid_nextrefresh_time