summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/recipes/80-test_cmp_http.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/80-test_cmp_http.t b/test/recipes/80-test_cmp_http.t
index da4b4ffc25..7b8a5b237b 100644
--- a/test/recipes/80-test_cmp_http.t
+++ b/test/recipes/80-test_cmp_http.t
@@ -293,7 +293,7 @@ sub start_server {
$args ? $args : ()]), display => 1);
print "Current directory is ".getcwd()."\n";
print "Launching $server_name server: $cmd\n";
- my $pid = open($server_fh, "$cmd|");
+ my $pid = open($server_fh, "$cmd 2>".result_dir()."/error.txt |");
unless ($pid) {
print "Error launching $cmd, cannot obtain $server_name server PID";
return 0;