We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a476c33 commit 3fd7cf3Copy full SHA for 3fd7cf3
1 file changed
tests/runner.rs
@@ -239,15 +239,15 @@ fn client_real_world() {
239
let openssl_output = Command::new("tests/maybe-valgrind.sh")
240
.env("LD_LIBRARY_PATH", "")
241
.env("NO_ECHO", "1")
242
- .args(["target/client", "example.com", "443", "default"])
+ .args(["target/client", "jbp.io", "443", "default"])
243
.stdout(Stdio::piped())
244
.output()
245
.map(print_output)
246
.unwrap();
247
248
let rustls_output = Command::new("tests/maybe-valgrind.sh")
249
250
251
252
253
0 commit comments