diff options
Diffstat (limited to 'tests/trace-0')
-rwxr-xr-x | tests/trace-0 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/trace-0 b/tests/trace-0 new file mode 100755 index 0000000..5a91c7a --- /dev/null +++ b/tests/trace-0 @@ -0,0 +1,9 @@ +#!/bin/sh +# make sure trace support exists +if grep -q trace_child_signal "$abs_top_builddir"/libsandbox/.libs/libsandbox.so ; then + # see comment at top of script-0 -- same issue applies here because + # the ld.so isn't around to load the correct sandbox lib for us + exec script-0 +else + exit 77 +fi |