-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make check not working on RHEL7: bash 4.2.46 #7
Comments
This is what it supposed to be doing, why do you conclude that "doesn't do what was intended" ? I'll have a look when time permits, a better approach might be switching to autotest (libyal/libyal#84) |
Did you intend to say that the test is only run once, instead for every input file ? |
Yes ... on newer bash it is running just on the first file from the available input files. On the example given on just one file out of 3. |
Hello,
the checks, specifically tests/test_library.sh fails on RHEL7 due to some shell script compatibility issue (bash version 4.2.46).
Instead of running the cfile_test_file with each one of the files in input/set1, it runs:
On platforms with newer bash (like Fedora 40) it also doesn't do what was intended. It runs just with one file:
The text was updated successfully, but these errors were encountered: