summaryrefslogtreecommitdiffstats
path: root/tests/choose.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/choose.rs')
-rw-r--r--tests/choose.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/choose.rs b/tests/choose.rs
index ff224257..940fab0e 100644
--- a/tests/choose.rs
+++ b/tests/choose.rs
@@ -152,7 +152,7 @@ fn invoke_error_function() {
",
)
.stderr_regex(
- r"error: Chooser `/ -cu fzf --multi --preview 'just --show \{\}'` invocation failed: .*\n",
+ r"error: Chooser `/ -cu fzf --multi --preview 'just --unstable --color always --show \{\}'` invocation failed: .*\n",
)
.status(EXIT_FAILURE)
.shell(false)