Skip to content

Commit

Permalink
Maybe this will fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
skylarmacdonald committed Feb 11, 2021
1 parent 0f1d720 commit 960cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/type-apk.bats
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

. test/helpers.sh

apk() { . $BORK_SOURCE_DIR/types/apk.sh "$@"; }
apk() { . $BORK_SOURCE_DIR/types/apk.sh $*; }

@test "apk status returns FAILED_PRECONDITION when apk is missing" {
respond_to 'which apk' 'return 1'
Expand Down

0 comments on commit 960cb09

Please sign in to comment.