Remove superfluous ticks.

This commit is contained in:
Jorge Bucaran 2016-02-07 20:12:25 +09:00
parent 6f28e224d4
commit bb1860cd42
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

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