mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00:00
tests/version: Update for "-beta"
We used to call our beta versions "...b1", but cargo doesn't like that. So we need to adjust the regex here.
This commit is contained in:
parent
5fc47f37a6
commit
b56bb80a14
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
||||||
#RUN: %fish -v
|
#RUN: %fish -v
|
||||||
# CHECK: fish, version {{[-.gabcdeflpha0-9]*(irty)?}}
|
# CHECK: fish, version {{[-.gabcdeflphat0-9]*(irty)?}}
|
||||||
|
|
Loading…
Reference in a new issue