https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40989
--- Comment #1 from Tomás Cohen Arazi (tcohen) <[email protected]> --- The tests fail because the returned structures differ. In particular the difference is a trailing slash in the `request: http://localhost` portion of the response. Debian's updated `CGI` module is the culprit: To reproduce: 1. Run: $ KOHA_IMAGE=main-bookworm ktd --proxy --name bookworm up -d $ ktd --name bookworm --wait-ready 120 $ ktd --name bookworm --shell --run "perl -MCGI -e 'print \"CGI \$CGI::VERSION: \", CGI->new->self_url, \"\n\"'" && ktd --name bookworm down => SUCCESS: Prints ``` CGI 4.55: http://localhost ``` 2. Run: $ KOHA_IMAGE=main-trixie ktd --proxy --name bookworm up -d $ ktd --name trixie --wait-ready 120 $ ktd --name trixie --shell --run "perl -MCGI -e 'print \"CGI \$CGI::VERSION: \", CGI->new->self_url, \"\n\"'" && ktd --name trixie down => FAIL: Prints ``` CGI 4.68: http://localhost/ ``` -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
