Skip to content

Commit

Permalink
Avoid misguided stderr breaking autopkgtest.
Browse files Browse the repository at this point in the history
  • Loading branch information
vexelnet committed Jan 30, 2022
1 parent 601b6f0 commit 0bc35e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/install.debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ mkdir -p /tmp/certs /tmp/bad-certs

mkdir -p /usr/local/share/ca-certificates/test
install -m 644 -o root -g root /tmp/certs/ca.pem /usr/local/share/ca-certificates/test/test-ca.crt
update-ca-certificates
update-ca-certificates 2>&1


install -m 644 tests/nginx.conf /etc/nginx/nginx.conf
Expand Down

0 comments on commit 0bc35e4

Please sign in to comment.