Skip to content

Commit

Permalink
Various typos fixes
Browse files Browse the repository at this point in the history
Co-authored-by: Jean-Baptiste Lallement <jean-baptiste@ubuntu.com>
  • Loading branch information
didrocks and jibel committed Dec 2, 2021
1 parent 5205f4e commit 618ba6c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Expand Up @@ -28,6 +28,6 @@ debian/debhelper-build-stamp
debian/files

# Local testing
adsysd
adsysctl
adsys.yaml
/adsysd
/adsysctl
/adsys.yaml
2 changes: 1 addition & 1 deletion cmd/integration_tests/adsysctl_policy_test.go
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit 618ba6c

Please sign in to comment.