From bb1860cd4217fd3c5436c4db8f761af548ce7b97 Mon Sep 17 00:00:00 2001 From: Jorge Bucaran Date: Sun, 7 Feb 2016 20:12:25 +0900 Subject: [PATCH] Remove superfluous ticks. --- test/install.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/install.fish b/test/install.fish index a8fee4a..b8312fc 100644 --- a/test/install.fish +++ b/test/install.fish @@ -43,6 +43,6 @@ test "$TESTNAME - Add `/scripts/` to scripts directory" -e $path/config/scripts/norf.py end -test "$TESTNAME - `cache/.index` is a copy of the URL in \$fisher_index" +test "$TESTNAME - cache/.index is a copy of the URL in \$fisher_index" (cat $path/config/cache/.index) = (cat $DIRNAME/fixtures/plugins/index) end