aboutsummaryrefslogtreecommitdiff
path: root/tests/linux-sandbox.sh
diff options
context:
space:
mode:
authorGuillaume Maudoux <layus.on@gmail.com>2023-06-20 22:51:29 +0200
committerGitHub <noreply@github.com>2023-06-20 22:51:29 +0200
commit3a20c7c46c64d2feb8caba767724a78d7efa3279 (patch)
tree53cb737b10781f23a49c9745f5c504846cc7452a /tests/linux-sandbox.sh
parentf0233f3a3fd92d443d2502ed29aea076b6572ab7 (diff)
Update tests/linux-sandbox.sh
Co-authored-by: John Ericson <git@JohnEricson.me>
Diffstat (limited to 'tests/linux-sandbox.sh')
-rw-r--r--tests/linux-sandbox.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/linux-sandbox.sh b/tests/linux-sandbox.sh
index 19a7527bf..f2a77174d 100644
--- a/tests/linux-sandbox.sh
+++ b/tests/linux-sandbox.sh
@@ -52,7 +52,6 @@ testCert () {
certFile=$3 # a string that can be the path to a cert file
[ "$mode" == fixed-output ] && ret=1 || ret=100
expectStderr $ret nix-sandbox-build linux-sandbox-cert-test.nix --argstr mode "$mode" --option ssl-cert-file "$certFile" |
- # tee /dev/stderr |
grepQuiet "CERT_${expectation}_IN_SANDBOX"
}