Rev 2050 | Rev 2071 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2050 | Rev 2053 | ||
|---|---|---|---|
| Line 32... | Line 32... | ||
| 32 | #include <test.h> |
32 | #include <test.h> |
| 33 | #include <sysinfo/sysinfo.h> |
33 | #include <sysinfo/sysinfo.h> |
| 34 | 34 | ||
| 35 | char * test_sysinfo1(bool quiet) |
35 | char * test_sysinfo1(bool quiet) |
| 36 | { |
36 | { |
| - | 37 | if (!quiet) |
|
| 37 | sysinfo_dump(NULL, 0); |
38 | sysinfo_dump(NULL, 0); |
| 38 | return NULL; |
39 | return NULL; |
| 39 | } |
40 | } |