Skip to content

Commit

Permalink
test: fix apk tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 30, 2022
1 parent 61de4b5 commit 6676006
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion testdata/acceptance/core.overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ overrides:
preremove: ./testdata/acceptance/scripts/preremove.sh
apk:
depends:
- bash (>= 4.4) | fish
- bash
- fish
scripts:
postinstall: ./testdata/acceptance/scripts/postinstall.sh
preremove: ./testdata/acceptance/scripts/preremove.sh
Expand Down

1 comment on commit 6676006

@caarlos0
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refs #583

Please sign in to comment.