summaryrefslogtreecommitdiff
path: root/tests/surrogate-pair
diff options
context:
space:
mode:
Diffstat (limited to 'tests/surrogate-pair')
-rwxr-xr-xtests/surrogate-pair6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/surrogate-pair b/tests/surrogate-pair
index a91fa36b..c1cbabaf 100755
--- a/tests/surrogate-pair
+++ b/tests/surrogate-pair
@@ -51,10 +51,4 @@ case $io_pair in
*) fail_ "unexpected output: $io_pair"; fail=1;;
esac
-# Also test whether a surrogate-pair in the search string works.
-for opt in '' -i -E -F -iE -iF; do
- grep --file=in $opt in > out 2>&1 || fail=1
- compare out in || fail=1
-done
-
Exit $fail