From ae581c7dbc355e9106bd1d203476205602e7ab1e Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 13 Nov 2018 21:54:41 +0800 Subject: [PATCH] fix tests Broken in 5bd04726824f97f03174438eb72b8be0b1274b85. --- tests/functions.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functions.in b/tests/functions.in index 2275a2a90..79ab2e773 100644 --- a/tests/functions.in +++ b/tests/functions.in @@ -46,7 +46,7 @@ or not string match -q '*/share/functions/abbr.fish' $x[1] or test $x[2] != autoloaded or test $x[3] != 1 or test $x[4] != scope-shadowing -or test $x[5] != 'Manage abbreviations using new fish 3.0 scheme.' +or test $x[5] != 'Manage abbreviations' echo "Unexpected output for 'functions -v -D abbr': $x" >&2 end