mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix a 32-bit compilation warning
This commit is contained in:
@@ -4355,7 +4355,7 @@ test_util_get_avail_disk_space(void *arg)
|
||||
|
||||
/* No answer for nonexistent directory */
|
||||
val = tor_get_avail_disk_space("/akljasdfklsajdklasjkldjsa");
|
||||
tt_int_op(val, OP_EQ, -1);
|
||||
tt_i64_op(val, OP_EQ, -1);
|
||||
|
||||
/* Try the current directory */
|
||||
val = tor_get_avail_disk_space(".");
|
||||
|
||||
Reference in New Issue
Block a user