We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c88ad5 commit 9959a11Copy full SHA for 9959a11
tests/by-util/test_nice.rs
@@ -107,3 +107,7 @@ fn test_nice_huge() {
107
fn test_nice_huge_negative() {
108
new_ucmd!().args(&["-n", "-9999999999", "true"]).succeeds(); // permission denied
109
}
110
+
111
+fn test_sign_middle() {
112
+ new_ucmd!().args(&["-n", "-2+4", "true"]).fails();
113
+}
0 commit comments