aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test9.in
diff options
context:
space:
mode:
authorGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-09 20:55:04 +0200
committerGravatar Fabian Homborg <FHomborg@gmail.com>2015-09-09 20:55:04 +0200
commitb85a8bbbfed56f603dca5d6da85858f9c973b669 (patch)
treeaaca0722b25cff9d5e2ea5b46ad6e7dc59d9ec6d /tests/test9.in
parent925f4517739ed564edcac6dd5ed29c2835461da9 (diff)
Rename sgrep to __fish_sgrep
Makes it harder to cause issues with aliases, see fish-shell#2245
Diffstat (limited to 'tests/test9.in')
-rw-r--r--tests/test9.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test9.in b/tests/test9.in
index b7ca78d8..962fae8c 100644
--- a/tests/test9.in
+++ b/tests/test9.in
@@ -115,7 +115,7 @@ try_unbalanced_block 'if false'
# BOM checking (see #1518)
# But only in UTF8
-if locale | sgrep -q -i utf-8
+if locale | __fish_sgrep -q -i utf-8
echo \uFEFF"echo bom_test" | source
else
echo "echo bom_test" | source