Use bash in src/test/test-network.sh

This ensures we reliably call chutney's newer tools/test-network.sh when
available.

Fixes bug 21562; bugfix on tor-0.2.9.1-alpha.
This commit is contained in:
teor
2017-02-27 16:11:22 +11:00
parent 1ebcd22e80
commit 73879aa5b6
2 changed files with 7 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes (testing):
- Use bash in src/test/test-network.sh. This ensures we reliably call
chutney's newer tools/test-network.sh when available.
Fixes bug 21562; bugfix on tor-0.2.9.1-alpha.