From adbc0c1606e4a27528bf7c4282dffe89232ddbbd Mon Sep 17 00:00:00 2001 From: luoyaoming Date: Tue, 7 May 2024 15:09:07 +0800 Subject: [PATCH] format patches --- debian/patches/drop-one-test.patch | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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"); } },