Skip to content

Commit d6eef8c

Browse files
author
Gunter Schmidt
committed
removed local dir
1 parent 6506663 commit d6eef8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uu/cmp/benches/cmp_bench.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
const FILE_SIZES_IN_KILO_BYTES: [u64; 4] = [100, 1 * MB, 10 * MB, 25 * MB];
1515
const NUM_DIFF: u64 = 4;
1616
// Empty String to use TempDir (files will be removed after test) or specify dir to keep generated files
17-
const TEMP_DIR: &str = "/home/gunnar/DevNoSync/data";
17+
const TEMP_DIR: &str = "";
1818
// just for FILE_SIZE_KILO_BYTES
1919
const MB: u64 = 1_000;
2020

0 commit comments

Comments
 (0)