]> ruderich.org/simon Gitweb - safcm/safcm.git/blobdiff - remote/sync/packages_debian_test.go
sync: never remove packages during installation on Debian
[safcm/safcm.git] / remote / sync / packages_debian_test.go
index 97b8c6182d3f6a9727c05a680bb034ddabb04fff..0afe0567daa4fa5075c82eab8ae97300d0220683 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2021  Simon Ruderich
+// Copyright (C) 2021-2022  Simon Ruderich
 //
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -62,7 +62,7 @@ install ok installed  package-two
                        },
                        [][]byte{nil},
                        []error{nil},
-                       []*exec.Cmd{&exec.Cmd{
+                       []*exec.Cmd{{
                                Path: "/usr/bin/dpkg-query",
                                Args: []string{
                                        "/usr/bin/dpkg-query",
@@ -110,7 +110,7 @@ install ok installed        package-two
                        },
                        [][]byte{nil, nil},
                        []error{nil, nil},
-                       []*exec.Cmd{&exec.Cmd{
+                       []*exec.Cmd{{
                                Path: "/usr/bin/dpkg-query",
                                Args: []string{
                                        "/usr/bin/dpkg-query",
@@ -119,12 +119,13 @@ install ok installed      package-two
                                },
                                Stdout: &bytes.Buffer{},
                                Stderr: &bytes.Buffer{},
-                       }, &exec.Cmd{
+                       }, {
                                Path: "/usr/bin/apt-get",
                                Args: []string{
                                        "/usr/bin/apt-get",
                                        "install",
                                        "--assume-yes",
+                                       "--no-remove",
                                        "--no-upgrade",
                                        "--no-install-recommends",
                                        "-o", "Dpkg::Options::=--force-confdef",
@@ -148,7 +149,7 @@ install ok installed        golang-1.16-src
 install ok installed   package-two
 `,
                                "3: packages: installing package-one package-three",
-                               `4: packages: running "/usr/bin/apt-get" "install" "--assume-yes" "--no-upgrade" "--no-install-recommends" "-o" "Dpkg::Options::=--force-confdef" "-o" "Dpkg::Options::=--force-confold" "package-one" "package-three"`,
+                               `4: packages: running "/usr/bin/apt-get" "install" "--assume-yes" "--no-remove" "--no-upgrade" "--no-install-recommends" "-o" "Dpkg::Options::=--force-confdef" "-o" "Dpkg::Options::=--force-confold" "package-one" "package-three"`,
                                "5: packages: command output:\nfake stdout/stderr",
                        },
                        safcm.MsgSyncResp{
@@ -186,7 +187,7 @@ install ok installed        golang-1.16-src
                                nil,
                                fmt.Errorf("fake error"),
                        },
-                       []*exec.Cmd{&exec.Cmd{
+                       []*exec.Cmd{{
                                Path: "/usr/bin/dpkg-query",
                                Args: []string{
                                        "/usr/bin/dpkg-query",
@@ -195,12 +196,13 @@ install ok installed      golang-1.16-src
                                },
                                Stdout: &bytes.Buffer{},
                                Stderr: &bytes.Buffer{},
-                       }, &exec.Cmd{
+                       }, {
                                Path: "/usr/bin/apt-get",
                                Args: []string{
                                        "/usr/bin/apt-get",
                                        "install",
                                        "--assume-yes",
+                                       "--no-remove",
                                        "--no-upgrade",
                                        "--no-install-recommends",
                                        "-o", "Dpkg::Options::=--force-confdef",
@@ -223,7 +225,7 @@ install ok installed        golang-1.16-go
 install ok installed   golang-1.16-src
 `,
                                "3: packages: installing package-one package-two",
-                               `4: packages: running "/usr/bin/apt-get" "install" "--assume-yes" "--no-upgrade" "--no-install-recommends" "-o" "Dpkg::Options::=--force-confdef" "-o" "Dpkg::Options::=--force-confold" "package-one" "package-two"`,
+                               `4: packages: running "/usr/bin/apt-get" "install" "--assume-yes" "--no-remove" "--no-upgrade" "--no-install-recommends" "-o" "Dpkg::Options::=--force-confdef" "-o" "Dpkg::Options::=--force-confold" "package-one" "package-two"`,
                                "5: packages: command output:\nfake stdout/stderr",
                        },
                        safcm.MsgSyncResp{
@@ -236,7 +238,7 @@ install ok installed        golang-1.16-src
                                        },
                                },
                        },
-                       fmt.Errorf(`"/usr/bin/apt-get" "install" "--assume-yes" "--no-upgrade" "--no-install-recommends" "-o" "Dpkg::Options::=--force-confdef" "-o" "Dpkg::Options::=--force-confold" "package-one" "package-two" failed: fake error; output: "fake stdout/stderr"`),
+                       fmt.Errorf(`"/usr/bin/apt-get" "install" "--assume-yes" "--no-remove" "--no-upgrade" "--no-install-recommends" "-o" "Dpkg::Options::=--force-confdef" "-o" "Dpkg::Options::=--force-confold" "package-one" "package-two" failed: fake error; output: "fake stdout/stderr"`),
                },
 
                {
@@ -258,7 +260,7 @@ install ok installed        golang-1.16-src
                        },
                        [][]byte{nil},
                        []error{nil},
-                       []*exec.Cmd{&exec.Cmd{
+                       []*exec.Cmd{{
                                Path: "/usr/bin/dpkg-query",
                                Args: []string{
                                        "/usr/bin/dpkg-query",