about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2018-03-05 14:27:59 +0100
committerAjax <commial@gmail.com>2018-03-05 16:02:10 +0100
commita635e3e35125c9f3dd780a37baaec3e65ec87111 (patch)
treebd3cc1a06b9962d4f19ba3770837970dad6b70e7 /test/test_all.py
parentacebba656c4924287a87fbfffd049b203e1a2604 (diff)
downloadmiasm-a635e3e35125c9f3dd780a37baaec3e65ec87111.tar.gz
miasm-a635e3e35125c9f3dd780a37baaec3e65ec87111.zip
Linux fake: __libc_start_main implementation for PPC
See glibc: 'sysdeps/unix/sysv/linux/powerpc/libc-start.c' for details
Diffstat (limited to 'test/test_all.py')
-rwxr-xr-xtest/test_all.py2
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]),