container-common-scripts
container-common-scripts copied to clipboard
openshift tests ignored when run-test is a dangling symlink
We should not only test whether the file exists but also if it is a symlink in case it fails the -e test.
https://github.com/sclorg/container-common-scripts/blob/master/test.sh#L23
Possibly the same for run-conu in case we ever use it.
This is solved as separate test.
Feel free to re-open it in case it is still valid.