Skip to content

Commit

Permalink
test/t/lib-funcs-integ: Patch only the first auracle source
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Feb 1, 2022
1 parent bfc8c88 commit 9bbd30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/t/lib-funcs-integ.bash
Expand Up @@ -483,7 +483,7 @@ function TestNeedPacaur() {
function TestNeedAuracle() {
# shellcheck disable=SC2016,SC1004
TestNeedAURPackage auracle-git 26b9371960c723a2d62080e786ea6de062aac9ab "$(cat <<-'EOF'
source=("${source[@]/%/#commit=181e42cb1a780001c2c6fe6cda2f7f1080b249e5}")
source[0]="${source[0]/%/#commit=181e42cb1a780001c2c6fe6cda2f7f1080b249e5}"
prepare() {
cd "$_pkgname"
Expand Down

0 comments on commit 9bbd30b

Please sign in to comment.