mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
tests: More slack for ASAN
Disable one and add a sleep to another
This commit is contained in:
parent
8d5a223b39
commit
56743ae770
@ -1,6 +1,8 @@
|
||||
#RUN: %fish %s
|
||||
#REQUIRES: command -v tmux
|
||||
#REQUIRES: uname -r | grep -qv Microsoft
|
||||
# disable on github actions because it's flakey
|
||||
#REQUIRES: test -z "$CI"
|
||||
|
||||
isolated-tmux-start
|
||||
|
||||
|
@ -19,6 +19,7 @@ expect_prompt()
|
||||
sendline("echo cat dog")
|
||||
expect_prompt("cat dog")
|
||||
|
||||
sleep(0.5)
|
||||
sendline("eval (string replace dog tiger -- $history[1])")
|
||||
expect_prompt("cat tiger")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user