| Q |
A |
| OS |
macOS 26.7 |
| Shell & version |
sh 2.0 / bash 3.0 / ... |
| bashunit version |
50.1 |
Summary
I guess the deprecation warning is not expected
Current behavior
since I did not run bashunit test --assert I don't expect a deprecation warning telling me I shouldn't use it and it is deprecated
How to reproduce
$ bashunit -a not_contains 'Bar.php' "Baarar"
Deprecated: `bashunit test --assert`. Use `bashunit assert` instead.
Expected behavior
no warning?
alternatively
$ bashunit -a not_contains 'Bar.php' "Baarar"
Deprecated: `bashunit -a`. Use `bashunit assert` instead.
Summary
I guess the deprecation warning is not expected
Current behavior
since I did not run
bashunit test --assertI don't expect a deprecation warning telling me I shouldn't use it and it is deprecatedHow to reproduce
Expected behavior
no warning?
alternatively