Due to a bug in dependency_unsatisfied(), tests were executed as long as the first...
authorFabian Keil <fk@fabiankeil.de>
Wed, 27 May 2009 20:45:31 +0000 (20:45 +0000)
committerFabian Keil <fk@fabiankeil.de>
Wed, 27 May 2009 20:45:31 +0000 (20:45 +0000)
commit7093b101767320856cb2ea8dcf92038983cb7799
treec29305259fbcd21c8e33aa9a867b8c80421cc346
parentbed84ef322d6030a095981b62488b24f532ed453
Due to a bug in dependency_unsatisfied(), tests were executed as long as the first config-line dependency registered didn't match the first directive in the config file.

It "worked" so far, because until recently we only had a single
config-line dependency and only had to check the user-manual
directive, which usually is the first one.

And there I was rewriting client_connection() from scratch,
puzzled that the stupid connection-sharing tests would still
fail.
tools/privoxy-regression-test.pl