]> ruderich.org/simon Gitweb - safcm/safcm.git/commitdiff
sync: tests: use "..." instead of `...` for regular strings
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 10:20:39 +0000 (12:20 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 May 2021 13:15:43 +0000 (15:15 +0200)
cmd/safcm-remote/sync/services_systemd_test.go

index 0460bb73c771ed6046c95097742a188f9186d64d..f4f7f4920c6c61ae703956c65b6069268fb87f4e 100644 (file)
@@ -224,7 +224,7 @@ LoadError=
                                nil,
                                nil,
                                nil,
-                               []byte(`fake stderr`),
+                               []byte("fake stderr"),
                        },
                        []error{nil, nil, nil, nil},
                        []*exec.Cmd{&exec.Cmd{
@@ -421,7 +421,7 @@ LoadError=
                        [][]byte{
                                nil,
                                nil,
-                               []byte(`fake stderr`),
+                               []byte("fake stderr"),
                        },
                        []error{
                                nil,