diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2021-04-21 05:38:34 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2021-04-21 13:16:33 -0400 |
commit | 9c8277247d3e2e60a1f945d82851f58447cbdd74 (patch) | |
tree | b5d54266d444317b08cb15b04265ee5912d959ce /pkg/systemd/generate/common_test.go | |
parent | 544c3156657e078cef297623842f79cb72dc32c6 (diff) | |
download | podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.gz podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.tar.bz2 podman-9c8277247d3e2e60a1f945d82851f58447cbdd74.zip |
Fixes from make codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/systemd/generate/common_test.go')
-rw-r--r-- | pkg/systemd/generate/common_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/systemd/generate/common_test.go b/pkg/systemd/generate/common_test.go index 30e758127..fdcc9d21b 100644 --- a/pkg/systemd/generate/common_test.go +++ b/pkg/systemd/generate/common_test.go @@ -199,8 +199,8 @@ func TestEscapeSystemdArguments(t *testing.T) { []string{"foo", `"command with backslash \\"`}, }, { - []string{"foo", `command with two backslashs \\`}, - []string{"foo", `"command with two backslashs \\\\"`}, + []string{"foo", `command with two backslashes \\`}, + []string{"foo", `"command with two backslashes \\\\"`}, }, } |