diff options
Diffstat (limited to 'tests/malloc-1.sh')
-rwxr-xr-x | tests/malloc-1.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/malloc-1.sh b/tests/malloc-1.sh new file mode 100755 index 0000000..2b5623d --- /dev/null +++ b/tests/malloc-1.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# Since the malloc binary is in the target ABI, make sure the exec is +# launched from the same ABI so the same libsandbox.so is used. +timeout -s KILL 10 execvp-0 malloc_mmap_tst malloc_mmap_tst |