Commit 04d61303 authored by Bruno Pinto's avatar Bruno Pinto

fix test assertion

parent 53693cda
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment