Skip to content

cascache.py: Use a shebang that won't fail on /bin/bash-less systems

Tristan Maat requested to merge tlater/fix-test-env into master

Description

This fixes an issue where 4 tests would fail on systems that lack /bin/bash, even though the tests themselves should work perfectly fine.


Merge request reports