summaryrefslogtreecommitdiff
path: root/tests/virfilewrapper.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Remove unused includesPeng Liang2022-06-161-2/+0
* util: alloc: Completely replace VIR_APPEND_ELEMENT_QUIET by VIR_APPEND_ELEMENTPeter Krempa2021-08-061-2/+2
* util: alloc: Reimplement VIR_APPEND_ELEMENT_QUIET using virAppendElementPeter Krempa2021-08-061-7/+2
* tests: Only mock $INODE64 symbols on x86_64 macOSAndrea Bolognani2021-02-101-1/+1
* Revert "tests: Avoid gnulib replacements in mocks"Andrea Bolognani2021-02-051-5/+0
* tests: Fix opendir mocks on macOSRoman Bolshakov2020-11-271-0/+4
* tests: Use g_strdup_printf() instead of virAsprintf()Michal Privoznik2019-11-121-3/+1
* Use g_autofree instead of VIR_AUTOFREEJán Tomko2019-10-161-6/+6
* tests: mock execv/execveMarc-André Lureau2019-09-241-0/+22
* tests: Avoid gnulib replacements in mocksRoman Bolshakov2019-08-231-0/+5
* Revert "Include unistd.h directly by files using it"Peter Krempa2019-04-101-1/+0
* Include unistd.h directly by files using itPeter Krempa2019-04-101-0/+1
* tests: fix mocking of stat() / lstat() functionsDaniel P. Berrangé2019-04-031-72/+13
* virFileWrapper: Use VIR_AUTOFREE()Michal Privoznik2019-03-131-63/+18
* tests: Turn virFileWrapperAddPrefix to voidMichal Privoznik2019-03-131-6/+7
* src: More cleanup of some system headers already contained in internal.hErik Skultety2018-09-201-1/+0
* internal: Move <stdio.h> include to internal.hErik Skultety2018-09-201-1/+0
* Remove backslash alignment attemptsAndrea Bolognani2017-11-031-7/+7
* tests: Fix build with clangJiri Denemark2017-10-051-1/+1
* tests: Do not ignore mode parameter in mocked open()Luyao Huang2017-10-041-1/+12
* tests: Fix indentation in virfilewrapper.cMartin Kletzander2017-08-141-2/+2
* tests: stub out virfilewrapper.c on Win32Daniel P. Berrange2017-05-111-13/+16
* tests: fix virfilewrapperRoman Bogorodskiy2017-05-091-0/+4
* tests: Add virfilewrapper -- the new super "mock"Martin Kletzander2017-05-091-0/+276