Skip to content

Commit b3d75b2

Browse files
committed
Add missing ripgrep dependency for the test case
Add the `ripgrep` dependency that is used in the `prefix-replacement` test. Since it is missing, the test never really greps and therefore does not actually test. Signed-off-by: Michał Górny <mgorny@quansight.com>
1 parent 8480b42 commit b3d75b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

recipe/meta.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ outputs:
307307
requires:
308308
- {{ stdlib('c') }}
309309
- {{ compiler('c') }}
310+
- ripgrep
310311
commands:
311312
- VER=${PKG_VERSION%.*} # [not win]
312313
- VERABI=${VER} # [not win]

0 commit comments

Comments
 (0)