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 committed by Jorge Bucaran
parent abee2ca74b
commit a5e10e119f

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"