Remove superfluous ticks.

This commit is contained in:
Jorge Bucaran 2016-02-07 20:12:25 +09:00
parent 16ee7f8788
commit cc9cb67e06

View file

@ -43,6 +43,6 @@ test "$TESTNAME - Add `<plugin>/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