diff options
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 259a1eaa..fa27b787 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -686,7 +686,7 @@ for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []), Example.get_sample("md5_aarch64l"), "--mimic-env"], []), (["sandbox_elf_ppc32.py", - Example.get_sample("md5_ppc32b"), "-a", "0x1000087C"], + Example.get_sample("md5_ppc32b"), "--mimic-env"], []), (["msp430.py", Example.get_sample("msp430_sc.bin"), "0"], [test_msp430]), |