Skip to content

Commit

Permalink
Merge pull request #84 from vexelnet/avoid-erroneous-stderr
Browse files Browse the repository at this point in the history
Tests: Avoid 3rd party stderr breaking autopkgtest.
  • Loading branch information
Snawoot authored Jan 30, 2022
2 parents 601b6f0 + 0bc35e4 commit 2383093
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 2383093

Please sign in to comment.