X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=test%2Fruntest;h=4483ec95be2fde6d10a9cdcd90c6d47c6042c145;hb=0e1cd284c9c37e912d1a4ba73eb3c8ea4851e166;hp=d9500cb5f8c33f3d969bf2f90d61ff9c0a2272f7;hpb=109ad60f4d0f4cf43d9dec72fc6eeb3c20d0f062;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/test/runtest b/test/runtest index d9500cb5f..4483ec95b 100755 --- a/test/runtest +++ b/test/runtest @@ -2612,9 +2612,12 @@ close(IN); close(OUT); print("Probing with config file: $parm_cwd/test-config\n"); + my $eximinfo = "$parm_exim -d -C $parm_cwd/test-config -DDIR=$parm_cwd -bP exim_user exim_group"; chomp(my @eximinfo = `$eximinfo 2>&1`); -die "$0: got $? from $eximinfo\n" if $?; +die "$0: Can't run $eximinfo\n" if $? == -1; + +warn 'Got ' . $?>>8 . " from $eximinfo\n" if $?; foreach (@eximinfo) { if (my ($version) = /^Exim version (\S+)/) {