]> git.ipfire.org Git - thirdparty/curl.git/commit
test1903: actually verify the cookies after the test 12041/head
authorDan Fandrich <dan@coneharvesters.com>
Thu, 5 Oct 2023 20:11:08 +0000 (13:11 -0700)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 5 Oct 2023 20:13:43 +0000 (13:13 -0700)
commit911d37bb2f01450d102a9d1ac206b2943a38926c
tree43a4ef7ae2e01e282ae5768eb86c365e36eae5ba
parent361cd3edab6c679c525c7f5e3c2b55dde40081f3
test1903: actually verify the cookies after the test

The test otherwise could do just about anything (except leak memory in
debug mode) and its bad behaviour wouldn't be detected. Now, check the
resulting cookie file to ensure the cookies are still there.

Closes #12041
tests/data/test1903
tests/libtest/lib1903.c