Remove superfluous ticks.

This commit is contained in:
Jorge Bucaran 2016-02-07 20:12:25 +09:00 committed by Jorge Bucaran
parent 1452041659
commit 2ddcbc7652

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