2
0
Fork 0
mirror of https://github.com/fish-shell/fish-shell synced 2025-02-17 14:39:01 +00:00
fish-shell/tests/checks/features-qmark1.fish
Fabian Homborg 10949648e7 Port qmark1 test to littlecheck
This one just needs a random home.
2019-06-25 22:31:06 +02:00

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