mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
attempt to decrease bak flakiness
This commit is contained in:
parent
712c93075d
commit
80ed2cf0f0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user