]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix kvno argument order in t_authdata.py master 1459/head
authorMichael Osipov <michael.osipov@innomotics.com>
Sat, 27 Sep 2025 09:44:25 +0000 (11:44 +0200)
committerGreg Hudson <ghudson@mit.edu>
Tue, 30 Sep 2025 21:17:18 +0000 (17:17 -0400)
commit14b762a41e61c677bd47bc6ced19ce8b05c000f0
tree9b75384c72acaf4b0c8a3fe3b4c7832c319b58f6
parentd908e4b505ccf038602bf8e4bb1540fd1826fc84
Fix kvno argument order in t_authdata.py

In t_authdata.py, correct a kvno invocation so that it doesn't rely on
GNU getopt behavior.

In k5test.py, add POSIXLY_CORRECT=1 to the test environment to prevent
future mistakes in this category.

[ghudson@mit.edu: added test environment setting; edited commit
message]
src/tests/t_authdata.py
src/util/k5test.py