1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

tests/expr: format

This commit is contained in:
Zhuoxun Yang 2023-10-07 10:41:10 +08:00
parent 7bf4b7f674
commit e5d70d444a

View file

@ -128,7 +128,7 @@ fn test_or() {
.args(&["1", "|", "a", "/", "5"])
.succeeds()
.stdout_only("1\n");
new_ucmd!()
.args(&["foo", "|", "a", "/", "5"])
.succeeds()