mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-19 16:32:45 +08:00
Port qmark1 test to littlecheck
This one just needs a random home.
This commit is contained in:
parent
5c7b7fd609
commit
10949648e7
2
tests/checks/features-qmark1.fish
Normal file
2
tests/checks/features-qmark1.fish
Normal file
|
@ -0,0 +1,2 @@
|
|||
#RUN: env HOME="$(mktemp -d)" XDG_CONFIG_HOME="$(mktemp -d)" %fish --features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'
|
||||
#CHECK: qmarkon: 0
|
|
@ -1 +0,0 @@
|
|||
--features '' -c 'string match --quiet "??" ab ; echo "qmarkon: $status"'
|
|
@ -1 +0,0 @@
|
|||
qmarkon: 0
|
Loading…
Reference in New Issue
Block a user