bluetooth: Fix HSP volume handling.
[pulseaudio-raopUDP/pulseaudio-raop-alac.git] / src / tests / close-test.c
blob7a6fec5730aa00df5d4803199f090e412b50c348
1 #ifdef HAVE_CONFIG_H
2 #include <config.h>
3 #endif
5 #include <unistd.h>
6 #include <fcntl.h>
8 #include <pulsecore/core-util.h>
10 int main(int argc, char *argv[]) {
12 open("/dev/null", O_RDONLY);
13 open("/dev/null", O_RDONLY);
14 open("/dev/null", O_RDONLY);
15 open("/dev/null", O_RDONLY);
17 pa_close_all(5, -1);
19 return 0;