[PATCH] Change the extension of TAP test suites to .t

Lukas Fleischer lfleischer at archlinux.org
Wed Feb 26 12:56:36 UTC 2020


On Sun, 23 Feb 2020 at 19:53:13, Frédéric Mangano-Tarumi wrote:
> This is the common convention for TAP, and makes harnesses like prove
> automatically detect them. Plus, test suites don\u2019t have to be shell
> scripts anymore.
> ---
>  test/Makefile                                            | 2 +-
>  test/{t1100-git-auth.sh => t1100-git-auth.t}             | 0
>  test/{t1200-git-serve.sh => t1200-git-serve.t}           | 0
>  test/{t1300-git-update.sh => t1300-git-update.t}         | 0
>  test/{t2100-mkpkglists.sh => t2100-mkpkglists.t}         | 0
>  test/{t2200-tuvotereminder.sh => t2200-tuvotereminder.t} | 0
>  test/{t2300-pkgmaint.sh => t2300-pkgmaint.t}             | 0
>  test/{t2400-aurblup.sh => t2400-aurblup.t}               | 0
>  test/{t2500-notify.sh => t2500-notify.t}                 | 0
>  test/{t2600-rendercomment.sh => t2600-rendercomment.t}   | 0
>  test/{t2700-usermaint.sh => t2700-usermaint.t}           | 0
>  11 files changed, 1 insertion(+), 1 deletion(-)
>  rename test/{t1100-git-auth.sh => t1100-git-auth.t} (100%)
>  rename test/{t1200-git-serve.sh => t1200-git-serve.t} (100%)
>  rename test/{t1300-git-update.sh => t1300-git-update.t} (100%)
>  rename test/{t2100-mkpkglists.sh => t2100-mkpkglists.t} (100%)
>  rename test/{t2200-tuvotereminder.sh => t2200-tuvotereminder.t} (100%)
>  rename test/{t2300-pkgmaint.sh => t2300-pkgmaint.t} (100%)
>  rename test/{t2400-aurblup.sh => t2400-aurblup.t} (100%)
>  rename test/{t2500-notify.sh => t2500-notify.t} (100%)
>  rename test/{t2600-rendercomment.sh => t2600-rendercomment.t} (100%)
>  rename test/{t2700-usermaint.sh => t2700-usermaint.t} (100%)

Merged into pu, thanks!


More information about the aur-dev mailing list