Skip to content
  • cypherpunks's avatar
    Integrate zero_length_keys test into the automake test suite. · 21e24253
    cypherpunks authored and Nick Mathewson's avatar Nick Mathewson committed
    The zero length keys test now requires the path to the Tor binary as the first
    parameter to ensure the correct Tor binary is used without hard coding a path.
    
    The wrapper script calls the zero length keys test for each test separately to
    ensure the correct shell is used (as configured by autoconf). Another solution
    would have been to place the tests into separate functions so multiple tests
    could be run internally. This would have made a diff of considerable size and
    frankly it is outside the scope of this fix.
    21e24253