Update test to account for new writing to log file in fisher_update.

This commit is contained in:
Jorge Bucaran 2016-02-04 14:07:01 +09:00
parent ed5e647643
commit a3a725b59e
No known key found for this signature in database
GPG key ID: E54BA3C0E646DB30

View file

@ -21,7 +21,7 @@ function -S teardown
end
test "$TESTNAME - Update plugin path"
(cat $path/foo) = $path/config/cache/foo
(cat $path/foo) = "$path/config/cache/foo --log=$path/config/cache/.debug"
end
test "$TESTNAME - Update index and Fisherman's home"