fix test assertion

This commit is contained in:
Bruno Pinto 2015-01-14 09:14:19 -02:00
parent 53693cdaf3
commit 04d61303a8

View File

@ -86,7 +86,7 @@ function describe_bak -d 'Testing bak plugin'
rm a
uncpbak (ls)
expect (ls) --to-contain (printf 'a' (__bak_name a))
expect (ls) --to-contain (echo 'a'\n(__bak_name a))
end
function it_uncopies_multiple_files