Michal Privoznik
4d8ebbfee8
virschematest: Replace g_lstat() with virFileIsLink()
...
Inside of virschematest.c there's testSchemaDir() which iterates
over dentries in given directory but skips some files: those
without ".xml" suffix, hidden files, symlinks, etc.
Now, symlinks are detected as g_lstat() + S_ISLNK() combo which
works, except it fails to compile on mingw where is no concept of
symlinks. Replace the combo with a call to virFileIsLink() which
at least allows us to compile cleanly on mingw.
Fixes: f997fcca71a16b102e6ee663a3fb86bed8de9d7d
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
2024-08-28 08:46:16 +02:00
..
2024-07-03 13:36:13 +02:00
2024-08-26 11:48:15 +02:00
2024-06-24 13:51:04 +01:00
2024-08-05 11:42:35 +02:00
2024-08-05 11:42:35 +02:00
2024-08-26 11:48:15 +02:00
2024-03-21 14:42:27 +01:00
2024-07-19 15:18:40 +02:00
2024-05-16 14:57:02 +02:00
2024-05-16 14:57:02 +02:00
2024-07-10 12:32:23 +02:00
2024-08-26 11:48:15 +02:00
2024-03-12 10:34:43 +01:00
2024-07-25 16:51:17 +02:00
2024-05-16 09:03:48 +02:00
2024-07-08 15:18:22 +02:00
2024-03-12 17:37:51 +01:00
2024-03-12 17:37:51 +01:00
2024-05-23 14:32:24 +02:00
2024-05-02 19:56:45 +02:00
2024-03-21 14:42:27 +01:00
2024-05-08 15:57:31 +01:00
2024-05-08 16:01:34 +01:00
2024-05-08 16:01:34 +01:00
2024-05-15 12:31:45 +02:00
2024-06-24 13:51:04 +01:00
2024-08-05 11:42:35 +02:00
2024-04-24 09:38:54 -04:00
2024-03-14 15:17:48 +01:00
2024-04-24 14:12:17 +02:00
2024-07-19 15:18:40 +02:00
2024-07-04 09:27:34 +02:00
2024-06-06 09:29:58 +02:00
2024-06-21 09:35:32 +02:00
2024-06-06 09:32:43 +02:00
2024-06-06 09:32:43 +02:00
2024-04-09 16:55:25 +02:00
2024-07-02 09:13:47 +02:00
2024-07-10 12:32:23 +02:00
2024-08-26 16:10:04 +02:00
2024-08-21 17:10:51 +02:00
2024-04-15 09:24:16 +02:00
2024-04-15 09:24:16 +02:00
2024-07-25 16:51:17 +02:00
2024-04-15 09:24:16 +02:00
2024-06-06 09:29:58 +02:00
2024-03-21 14:42:27 +01:00
2024-07-04 09:27:34 +02:00
2024-08-09 16:34:33 +02:00
2024-06-06 09:29:58 +02:00
2024-05-06 15:26:58 +02:00
2024-03-14 15:17:48 +01:00
2024-03-14 15:17:48 +01:00
2024-05-22 23:19:18 -04:00
2024-04-15 09:24:16 +02:00
2024-08-16 13:11:57 +02:00
2024-03-14 15:17:48 +01:00
2023-05-16 08:48:17 +02:00
2023-08-03 16:35:11 +02:00
2023-03-15 12:46:21 +01:00
2024-03-14 15:17:48 +01:00
2024-08-28 08:46:16 +02:00
2024-05-16 09:03:48 +02:00
2023-11-27 10:12:34 +01:00
2024-04-15 09:28:32 +02:00
2024-03-14 15:17:48 +01:00
2024-03-14 15:17:48 +01:00
2024-05-02 17:22:37 +02:00
2024-05-02 15:57:29 -06:00
2024-05-02 15:57:29 -06:00