File: tests.patch

package info (click to toggle)
rust-cdb 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 248 kB
  • sloc: makefile: 10; sh: 9
file content (19 lines) | stat: -rw-r--r-- 610 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: build cdb in /tmp
Author: ed-debian@s5h.net
Origin: other
Last-Update: 2025-12-28
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: build/cdb/tests/make.rs
===================================================================
--- cdb.old/tests/make.rs	2018-10-26 00:13:14.000000000 +0100
+++ cdb/tests/make.rs	2026-01-18 22:34:04.792788716 +0000
@@ -11,7 +11,7 @@
 
 #[test]
 fn test_make() {
-    let filename = "tests/make.cdb";
+    let filename = "/tmp/make.cdb";
 
     let mut cdb = cdb::CDBWriter::create(filename).unwrap();
     noerr!(cdb.add(b"one", b"Hello"));