git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Testsuite: better portability of postgresq test vs. postgresql versions
[exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 2a13b4832d92f945d7ecc63ecf591b056dacf7d2..d0de8622e4b448bb88cc2240abfde41da846464a 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-2428,6
+2428,7
@@
elsif (/^background$/)
$_ = <SCRIPT>; $lineno++;
chomp;
$_ = <SCRIPT>; $lineno++;
chomp;
+ do_substitute($testno);
$line = $_;
if ($debug) { printf ">> daemon: $line >>test-stdout 2>>test-stderr\n"; }
$line = $_;
if ($debug) { printf ">> daemon: $line >>test-stdout 2>>test-stderr\n"; }
@@
-2762,6
+2763,9
@@
die "CONFIGURE_GROUP ($parm_configure_group) does not match the group invoking $
if 0020 & (stat "$parm_cwd/test-config")[2]
and $parm_configure_group != $);
if 0020 & (stat "$parm_cwd/test-config")[2]
and $parm_configure_group != $);
+die "aux-fixed file is world-writeable; best to strip them all, recursively\n"
+ if 0020 & (stat "aux-fixed/0037.f-1")[2];
+
open(EXIMINFO, "$parm_exim -d-all+transport -bV -C $parm_cwd/test-config -DDIR=$parm_cwd |") ||
die "** Cannot run $parm_exim: $!\n";
open(EXIMINFO, "$parm_exim -d-all+transport -bV -C $parm_cwd/test-config -DDIR=$parm_cwd |") ||
die "** Cannot run $parm_exim: $!\n";
@@
-3146,6
+3150,12
@@
unless (defined $parm_eximgroup)
die "** ABANDONING.\n";
}
die "** ABANDONING.\n";
}
+if ($parm_caller_home eq $parm_cwd)
+ {
+ print "will confuse working dir with homedir; change homedir\n";
+ die "** ABANDONING.\n";
+ }
+
print "You need to be in the Exim group to run these tests. Checking ...";
if (`groups` =~ /\b\Q$parm_eximgroup\E\b/)
print "You need to be in the Exim group to run these tests. Checking ...";
if (`groups` =~ /\b\Q$parm_eximgroup\E\b/)