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 2446dd1b3f
commit 2496ac1de9

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"