summaryrefslogtreecommitdiff
path: root/tests/resident.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/resident.at')
-rw-r--r--tests/resident.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/resident.at b/tests/resident.at
index 4a8d0d35..84870c11 100644
--- a/tests/resident.at
+++ b/tests/resident.at
@@ -143,6 +143,6 @@ AT_CHECK([$LIBTOOL --mode=link $CC $CFLAGS $LDFLAGS -o main$EXEEXT main.$OBJEXT
[-dlopen plugin.la $LIBLTDL],
[], [ignore], [ignore])
LT_AT_EXEC_CHECK([./main], [], [stdout], [ignore], [./plugin.la])
-AT_CHECK([grep 'called from atexit handler' stdout], [], [ignore])
+AT_CHECK([$GREP 'called from atexit handler' stdout], [], [ignore])
AT_CLEANUP