On Fri, 06 Apr 2018 14:44:02 -0400,
Luke Shumaker wrote:
> diff --git a/test/cases/ftpdir-cleanup.bats b/test/cases/ftpdir-cleanup.bats
> index 1a46fdf..35b3c9f 100755
> --- a/test/cases/ftpdir-cleanup.bats
> +++ b/test/cases/ftpdir-cleanup.bats
> @@ -1,13 +1,21 @@
>  load ../lib/common
>  
> +__getPackageNamesFromPackageBase() {
> +     local pkgbase=$1
> +
> +     (. "packages/${pkgbase}/PKGBUILD"; echo ${pkgname[@]})

That should be fixtures/, not packages/

-- 
Happy hacking,
~ Luke Shumaker
_______________________________________________
Dev mailing list
Dev@lists.parabola.nu
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to