diff options
author | vanhauser-thc <vh@thc.org> | 2023-03-26 12:14:35 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-03-26 12:14:35 +0200 |
commit | 19f96129109c6394fdc45dfae3885c2d7e08977d (patch) | |
tree | a24bd6696a4df892441be7d88df6413c953bd3bb /test | |
parent | d95540917848ee3f21a73d70b10a5be76b28cbf4 (diff) | |
download | afl++-19f96129109c6394fdc45dfae3885c2d7e08977d.tar.gz |
fix frida mode
Diffstat (limited to 'test')
-rwxr-xr-x | test/test-all.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-all.sh b/test/test-all.sh index c0bd1b63..3cb692ca 100755 --- a/test/test-all.sh +++ b/test/test-all.sh @@ -14,7 +14,7 @@ . ./test-qemu-mode.sh -#. ./test-frida-mode.sh +. ./test-frida-mode.sh . ./test-unicorn-mode.sh |