Merge remote-tracking branch 'tor-github/pr/684'

This commit is contained in:
Nick Mathewson 2019-02-25 13:33:39 -05:00
commit 626e6d2c39
2 changed files with 4 additions and 1 deletions

3
changes/ticket29059 Normal file
View File

@ -0,0 +1,3 @@
o Code simplification and refactoring (shell scripts):
- Fix shellcheck warnings in fuzz_static_testcases.sh. Resolves ticket
29059.

View File

@ -14,7 +14,7 @@ fi
for fuzzer in "${builddir:-.}"/src/test/fuzz/fuzz-* ; do
f=`basename $fuzzer`
f=$(basename "$fuzzer")
case="${f#fuzz-}"
if [ -d "${TOR_FUZZ_CORPORA}/${case}" ]; then
echo "Running tests for ${case}"