mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 01:17:45 +00:00
10949648e7
This one just needs a random home.
2 lines
160 B
Fish
2 lines
160 B
Fish
#RUN: env HOME="$(mktemp -d)" XDG_CONFIG_HOME="$(mktemp -d)" %fish --features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'
|
|
#CHECK: qmarkon: 0
|