From 7cf5f87c559ad8a68ea56d1ed1e76c00115dde02 Mon Sep 17 00:00:00 2001
From: Yadd <yadd@debian.org>
Date: Sun, 17 Apr 2022 10:06:59 +0200
Subject: [PATCH] Fix test for tap >= 15

Closes: #1009518
---
 debian/tests/pkg-js/test | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/tests/pkg-js/test b/debian/tests/pkg-js/test
index a470088..3349c72 100644
--- a/debian/tests/pkg-js/test
+++ b/debian/tests/pkg-js/test
@@ -1 +1 @@
-tap -R spec test/*.js
+tap -R spec --no-cov test/*.js
-- 
GitLab