FreeBSD: add file descriptor tracking for _umtx_op
[valgrind.git] / none / tests / rc_option_with_spaces.vgtest
bloba64dcc99b02a66208b2afdcc258d2d59efe1fea2
1 prereq: echo "--log-file='file with spaces.log'" > .valgrindrc
2 vgopts: --command-line-only=no
3 prog: ../../tests/true
4 post: test -f "./file with spaces.log"
5 cleanup: rm -f "./file with spaces.log" ./.valgrindrc