format patches
This commit is contained in:
parent
78bd1d0dc2
commit
adbc0c1606
|
@ -1,11 +1,18 @@
|
|||
Description: drop one test incompatible with Debian CI machines
|
||||
Author: Yadd <yadd@debian.org>
|
||||
From: Yadd <yadd@debian.org>
|
||||
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");
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue