Fedora Account System
Red Hat Associate
Red Hat Customer
I cannot reopen https://bugzilla.redhat.com/show_bug.cgi?id=2216783 so I am creating this one Fedora 44. The REAME.md[1] of shUnit2 lists examples that are not possible with the current installation in Fedora 44, as the use cases require shunit2 to be in the PATH. [1] https://github.com/kward/shunit2/blob/master/README.md#running-tests-from-the-command-line Reproducible: Always Steps to Reproduce: 1. sudo dnf install shunit2 2. cd /usr/share/doc/shunit2/examples 3. shunit2 equality_test.sh Actual Results: -bash: shunit2: command not found Expected Results: # shunit2 is in PATH and can execute tests shunit2 equality_test.sh ASSERT:Unknown failure encountered running a test Ran 0 tests. FAILED (failures=1)