mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-01 06:51:44 +08: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
|
||||
touch a
|
||||
cpbak a
|
||||
set -l bak_filename (__bak_name a)
|
||||
|
||||
rm a
|
||||
uncpbak (ls)
|
||||
|
||||
expect (ls) --to-contain-all (echo 'a'\n(__bak_name a))
|
||||
expect (ls) --to-contain-all (echo 'a'\n$bak_filename)
|
||||
end
|
||||
|
||||
function it_undo_copies_of_multiple_files
|
||||
|
|
Loading…
Reference in New Issue
Block a user