3 # Test against a memory leak.
5 (.
/test-fprintf-posix3
${EXEEXT} 0
7 if test $result != 77 && test $result != 78; then result
=1; fi
11 if test $malloc_result = 77; then
12 echo "Skipping test: no way to determine address space size"
16 .
/test-fprintf-posix3
${EXEEXT} 1 > /dev
/null
18 if test $result = 77; then
19 echo "Skipping test: no way to determine address space size"
22 if test $result != 0; then
26 if test $malloc_result = 78; then
27 echo "Skipping test: get_rusage_as() doesn't work"