Skip to content

Conversation

@jtracey
Copy link
Contributor

@jtracey jtracey commented Dec 20, 2024

It looks like the runner must have switched from bash to some other shell (likely dash). This caching step is failing on recent runs (without failing the whole run, because of the ; exit 0). This commit just switches from bash's fancy [[ to the more standard [ shell test, which is good enough for the existing one-liner.

@github-actions
Copy link

GNU testsuite comparison:

Skipping an intermittent issue tests/tail/inotify-dir-recreate (passes in this run but fails in the 'main' branch)

@sylvestre sylvestre merged commit 37492b4 into uutils:main Dec 20, 2024
62 checks passed
@sylvestre
Copy link
Contributor

thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants