diff options
| author | serpilliere <serpilliere@users.noreply.github.com> | 2018-03-05 16:38:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-05 16:38:27 +0100 |
| commit | 33b13d0b47f8304c9b45e9a1e337b360592a8a87 (patch) | |
| tree | bd3cc1a06b9962d4f19ba3770837970dad6b70e7 /test/test_all.py | |
| parent | 342614c1ec4bedd5bcc089ba01909a66b9a73aba (diff) | |
| parent | a635e3e35125c9f3dd780a37baaec3e65ec87111 (diff) | |
| download | miasm-33b13d0b47f8304c9b45e9a1e337b360592a8a87.tar.gz miasm-33b13d0b47f8304c9b45e9a1e337b360592a8a87.zip | |
Merge pull request #691 from commial/fix/start-ppc
Fix/start ppc
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]), |