summaryrefslogtreecommitdiff
path: root/tests/test-fprintf-posix2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-fprintf-posix2.sh')
-rwxr-xr-xtests/test-fprintf-posix2.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-fprintf-posix2.sh b/tests/test-fprintf-posix2.sh
index 79d92af30d..37ebe7d17c 100755
--- a/tests/test-fprintf-posix2.sh
+++ b/tests/test-fprintf-posix2.sh
@@ -2,7 +2,7 @@
# Test out-of-memory handling.
-(./test-fprintf-posix2${EXEEXT} 0
+(${CHECKER} ./test-fprintf-posix2${EXEEXT} 0
result=$?
if test $result != 77 && test $result != 78; then result=1; fi
exit $result
@@ -15,7 +15,7 @@ fi
for arg in 1 2 3 4 5 6
do
- ./test-fprintf-posix2${EXEEXT} $arg > /dev/null
+ ${CHECKER} ./test-fprintf-posix2${EXEEXT} $arg > /dev/null
result=$?
if test $result = 77; then
echo "Skipping test: getrlimit and setrlimit don't work"