summaryrefslogtreecommitdiff
path: root/tests/backref
diff options
context:
space:
mode:
Diffstat (limited to 'tests/backref')
-rwxr-xr-xtests/backref4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/backref b/tests/backref
index d8c75be2..bd7cd025 100755
--- a/tests/backref
+++ b/tests/backref
@@ -18,8 +18,8 @@ if test $? -ne 0 ; then
failures=1
fi
-# hit hard with the `Bond' tests
-# For now, remove the `?' in the last parentheses, so that new glibc can do it. --Stepan
+# hit hard with the 'Bond' tests
+# For now, remove the '?' in the last parentheses, so that new glibc can do it. --Stepan
echo "civic" | grep -E -e '^(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.?)(.).?\9\8\7\6\5\4\3\2\1$' > /dev/null 2>&1
if test $? -ne 0 ; then
echo "Options: Bond, test #2 failed"