mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
test: adapt test to new version string
This commit is contained in:
parent
d34eb25251
commit
75260a5889
1 changed files with 1 additions and 1 deletions
|
@ -911,7 +911,7 @@ fn test_bracket_syntax_version() {
|
||||||
|
|
||||||
ucmd.arg("--version")
|
ucmd.arg("--version")
|
||||||
.succeeds()
|
.succeeds()
|
||||||
.stdout_matches(&r"\[ \d+\.\d+\.\d+".parse().unwrap());
|
.stdout_matches(&r"\[ \(uutils coreutils\) \d+\.\d+\.\d+".parse().unwrap());
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue