changed debian/source/format to native

This commit is contained in:
luoyaoming 2024-05-07 15:09:07 +08:00
parent 1a9f7a13f7
commit 5f1c0eafa3
3 changed files with 1 additions and 22 deletions

View File

@ -1,20 +0,0 @@
Description: drop one test incompatible with Debian CI machines
Author: Yadd <yadd@debian.org>
Forwarded: not-needed
Last-Update: 2023-07-08
--- a/test/node_util_fallback_test.js
+++ b/test/node_util_fallback_test.js
@@ -83,12 +83,6 @@
assert.equal(inspect("util.inspect"), "fallback");
}
},
- "util usage in Cookie": {
- "custom inspect for Cookie still works": function() {
- const cookie = Cookie.parse("a=1; Domain=example.com; Path=/");
- assert.equal(cookie.inspect(), util.inspect(cookie));
- }
- },
"util usage in MemoryCookie": {
"when store is empty": {
topic: function() {

View File

@ -1 +0,0 @@
drop-one-test.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)