]> git.ipfire.org Git - thirdparty/tor.git/commit
Make the python test scripts work on python3
authorNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2014 02:54:24 +0000 (22:54 -0400)
committerNick Mathewson <nickm@torproject.org>
Mon, 28 Apr 2014 02:54:24 +0000 (22:54 -0400)
commitf4be34f70d6f277a0f3f73e62ed358564588e92b
tree383603733ed9b7775ce60618b94dd271a3687bf9
parent78b431d3e30def3641f25707197c55a1c7200269
Make the python test scripts work on python3

The python scripts invoked by 'make check' didn't work on python3
before.  That was a problem on systems where 'python' is python3.

Fixes bug 11608; bugfix on 0.2.5.2-alpha.
changes/bug11608 [new file with mode: 0644]
src/test/bt_test.py
src/test/ntor_ref.py
src/test/slownacl_curve25519.py
src/test/test_cmdline_args.py