Skip to content

test: Fix typoed variables

Created by: LukeShu

  • ftpdir-cleanup: ${pkg[0]} -> ${pkgs[0]}

    This mistake was introduced in 76285251

  • test: common.bash: $pkgarches[@] -> ${pkgarches[@]}

    This mistake was introduced in 76285251

This is identical to v2 of this patch posted on the mailing list https://lists.archlinux.org/pipermail/arch-projects/2018-June/004915.html

Merge request reports