dune-release: remove -f from rm -rf

This commit is contained in:
Sandro Jäckel 2021-08-02 09:32:30 +02:00
parent a8f2d2ca78
commit 94f66d6b9f
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -41,7 +41,7 @@ in buildDunePackage rec {
preCheck = ''
# it fails when it tries to reference "./make_check_deterministic.exe"
rm -fr tests/bin/check
rm -r tests/bin/check
'';
# tool specific env vars have been deprecated, use PATH