Commit 80ed2cf0 authored by Bruno Pinto's avatar Bruno Pinto

attempt to decrease bak flakiness

parent 712c9307
...@@ -83,10 +83,12 @@ function describe_bak_plugin ...@@ -83,10 +83,12 @@ function describe_bak_plugin
function it_undo_copies_of_a_single_file function it_undo_copies_of_a_single_file
touch a touch a
cpbak a cpbak a
set -l bak_filename (__bak_name a)
rm a rm a
uncpbak (ls) uncpbak (ls)
expect (ls) --to-contain-all (echo 'a'\n(__bak_name a)) expect (ls) --to-contain-all (echo 'a'\n$bak_filename)
end end
function it_undo_copies_of_multiple_files function it_undo_copies_of_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