diff --git a/debian/patches/drop-one-test.patch b/debian/patches/drop-one-test.patch index b695f54..515becd 100644 --- a/debian/patches/drop-one-test.patch +++ b/debian/patches/drop-one-test.patch @@ -1,11 +1,18 @@ -Description: drop one test incompatible with Debian CI machines -Author: Yadd +From: Yadd +Date: Tue, 7 May 2024 15:09:07 +0800 +Subject: drop one test incompatible with Debian CI machines + Forwarded: not-needed Last-Update: 2023-07-08 +--- + test/node_util_fallback_test.js | 6 ------ + 1 file changed, 6 deletions(-) +diff --git a/test/node_util_fallback_test.js b/test/node_util_fallback_test.js +index d8b859a..ca73a1c 100644 --- a/test/node_util_fallback_test.js +++ b/test/node_util_fallback_test.js -@@ -83,12 +83,6 @@ +@@ -83,12 +83,6 @@ vows assert.equal(inspect("util.inspect"), "fallback"); } },