- Notifications
You must be signed in to change notification settings - Fork288
Commit8c44294
committed
tests: use /var/tmp by default
On Fedora, /tmp is tmpfs, which behaves differently than ext4(inode numbers are never reused, for example).Use /var/tmp, which is ext4 on Fedora, to get a more realistictest environment.This also allows us to drop the xattr workaround.1 parent00af4f4 commit8c44294
File tree
3 files changed
+1
-15
lines changed- tests
- test_helpers
- xattr
3 files changed
+1
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | 47 | | |
56 | 48 | | |
57 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | 26 | | |
33 | 27 | | |
34 | 28 | | |
| |||
0 commit comments
Comments
(0)