Skip to content

Commit 121c6f5

Browse files
committed
tests: ignore stderr during apt-get install test
1 parent 303baca commit 121c6f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/40_e2e_deb_linux_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ func TestDEBinstaller(t *testing.T) {
3030
runCmd(t, &cmd{
3131
Cmd: "sudo",
3232
Args: []string{"apt-get", "install", "-y", "./snclient.deb"},
33+
ErrLike: []string{`.*`},
3334
Timeout: DefaultCommandTimeout * 2,
3435
})
3536

0 commit comments

Comments
 (0)