[arch-commits] Commit in coreutils/trunk (PKGBUILD)

Sébastien Luttringer seblu at archlinux.org
Mon Feb 24 08:23:25 UTC 2020


    Date: Monday, February 24, 2020 @ 08:23:24
  Author: seblu
Revision: 376116

Enable testsuite, fix FS#65606

Modified:
  coreutils/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-24 05:40:36 UTC (rev 376115)
+++ PKGBUILD	2020-02-24 08:23:24 UTC (rev 376116)
@@ -41,7 +41,7 @@
 
 check() {
   cd $pkgname-$pkgver
-  #make check
+  make check
 }
 
 package() {



More information about the arch-commits mailing list