mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
fix test assertion
This commit is contained in:
parent
53693cdaf3
commit
04d61303a8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user