From b85a8bbbfed56f603dca5d6da85858f9c973b669 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 9 Sep 2015 20:55:04 +0200 Subject: Rename sgrep to __fish_sgrep Makes it harder to cause issues with aliases, see fish-shell#2245 --- tests/test9.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test9.in') 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 -- cgit v1.2.3