X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-dprintf-posix2.sh;h=fdaef9a805aa2f19cabc88ae4a0116af7e4e7bc0;hb=2b7c2713dc823b924ec88f481be1671bf53b6da3;hp=f1aeacc710f3694673d1344d976e5fc6ae83b8df;hpb=4b95adc9f2ec340f80d4b9ee81938d1070de0c67;p=gnulib.git diff --git a/tests/test-dprintf-posix2.sh b/tests/test-dprintf-posix2.sh index f1aeacc71..fdaef9a80 100755 --- a/tests/test-dprintf-posix2.sh +++ b/tests/test-dprintf-posix2.sh @@ -9,14 +9,14 @@ ) 2>/dev/null malloc_result=$? if test $malloc_result = 77; then - echo "Skipping test: getrlimit and setrlimit don't work" + echo "Skipping test: no way to determine address space size" exit 77 fi ./test-dprintf-posix2${EXEEXT} 1 > /dev/null result=$? if test $result = 77; then - echo "Skipping test: getrlimit and setrlimit don't work" + echo "Skipping test: no way to determine address space size" exit 77 fi if test $result != 0; then @@ -24,7 +24,7 @@ if test $result != 0; then fi if test $malloc_result = 78; then - echo "Skipping test: getrlimit and setrlimit don't work" + echo "Skipping test: get_rusage_as() doesn't work" exit 77 fi