]> git.ipfire.org Git - thirdparty/krb5.git/commit
Properly quote command strings in k5test.py 1308/head
authorGreg Hudson <ghudson@mit.edu>
Fri, 28 Jul 2023 03:54:16 +0000 (23:54 -0400)
committerGreg Hudson <ghudson@mit.edu>
Tue, 22 Aug 2023 05:35:44 +0000 (01:35 -0400)
commitae704daad5caa502387aa39ed6d596cb117d5b3a
tree156b452d58424a7cd16d494b96bb968c6e3fda15
parent88a1701b423c13991a8064feeb26952d3641d840
Properly quote command strings in k5test.py

Requiring Python 3.4 gives us shlex.quote() (added in Python 3.3).
Use it in _shell_equiv() to quote command arguments.
src/util/k5test.py