mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-15 06:31:13 -03:00
tests: filter control sequences only when interactive
This demonstrates that we only write control sequences when interactive.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# RUN: %fish %s | %filter-ctrlseqs
|
||||
# RUN: %fish %s
|
||||
|
||||
# erase all lowercase variables to make sure they don't break our tests
|
||||
for varname in (set -xn | string match -r '^[a-z].*')
|
||||
|
||||
Reference in New Issue
Block a user