-
- Downloads
ci: integration: fix assert_exists (MR 54)
If find doesn't turn up any files, then this check was always passing, which is obviously wrong :) There's a comment about using find to support globbing, but shell globing works and using `test -e` is simpler than trying to get `find` to do what we want.
Please register or sign in to comment