mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:31:41 +03:00
tests: postcheck is now in verify
Also introduce 'notexists' for verifying that directory entries do not exist after a test. Now an explicit supported feature instead of using "funny" perl in postcheck. Closes #15046
This commit is contained in:
parent
7060b9b082
commit
56183c1d6f
73 changed files with 260 additions and 262 deletions
|
|
@ -1130,6 +1130,11 @@ sub singletest_postcheck {
|
|||
|
||||
# run the postcheck command
|
||||
my @postcheck= getpart("client", "postcheck");
|
||||
if(@postcheck) {
|
||||
die "test$testnum uses client/postcheck";
|
||||
}
|
||||
|
||||
@postcheck= getpart("verify", "postcheck");
|
||||
if(@postcheck) {
|
||||
my $cmd = join("", @postcheck);
|
||||
chomp $cmd;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue