tests/expr: format

This commit is contained in:
Zhuoxun Yang
2023-10-07 10:41:10 +08:00
parent 7bf4b7f674
commit e5d70d444a
+1 -1
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()