summaryrefslogtreecommitdiff
path: root/tests/inherited_flags.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/inherited_flags.at')
-rw-r--r--tests/inherited_flags.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/inherited_flags.at b/tests/inherited_flags.at
index 84724776..68bc705d 100644
--- a/tests/inherited_flags.at
+++ b/tests/inherited_flags.at
@@ -78,7 +78,7 @@ AT_CHECK([$LIBTOOL --mode=link --tag=CC $CC $CFLAGS $LDFLAGS -o libbaz.la baz.lo
# We used to grep for
# 'llt_[[ui]]nlikely_existing_lib.*llt_[[ui]]nlikely_existing_lib'
# here. This fails on win32/MSVC because the generated command lines have a
-# different syntax. So drop the first `l'.
+# different syntax. So drop the first 'l'.
AT_CHECK([$LIBTOOL --features | grep 'disable shared libraries' && (exit 77)], [1], [ignore])
AT_CHECK([grep 'lt_[[ui]]nlikely_existing_lib.*lt_[[ui]]nlikely_existing_lib' stdout],
[0],[ignore],[ignore])