mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
Merge remote-tracking branch 'tor-github/pr/684'
This commit is contained in:
commit
626e6d2c39
3
changes/ticket29059
Normal file
3
changes/ticket29059
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
o Code simplification and refactoring (shell scripts):
|
||||||
|
- Fix shellcheck warnings in fuzz_static_testcases.sh. Resolves ticket
|
||||||
|
29059.
|
@ -14,7 +14,7 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
for fuzzer in "${builddir:-.}"/src/test/fuzz/fuzz-* ; do
|
for fuzzer in "${builddir:-.}"/src/test/fuzz/fuzz-* ; do
|
||||||
f=`basename $fuzzer`
|
f=$(basename "$fuzzer")
|
||||||
case="${f#fuzz-}"
|
case="${f#fuzz-}"
|
||||||
if [ -d "${TOR_FUZZ_CORPORA}/${case}" ]; then
|
if [ -d "${TOR_FUZZ_CORPORA}/${case}" ]; then
|
||||||
echo "Running tests for ${case}"
|
echo "Running tests for ${case}"
|
||||||
|
Loading…
Reference in New Issue
Block a user