diff options
| author | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-04-28 11:00:05 +0200 |
|---|---|---|
| committer | Lorenz Kästle <lorenz.kaestle@netways.de> | 2023-04-28 11:00:05 +0200 |
| commit | 34c4d13edd8ece1e928c578974218c10d25600c4 (patch) | |
| tree | 96eaf64dc46c8b785d437250d42471180597a699 /lib/tests/test_disk.c | |
| parent | e4ddeb7bb722b50613108da1cb51a48e84068701 (diff) | |
| parent | 7cb82e6486e662fa4d2530523787d3eced266545 (diff) | |
| download | monitoring-plugins-34c4d13.tar.gz | |
Merge branch 'master' into RincewindsHat-patch-1
Diffstat (limited to 'lib/tests/test_disk.c')
| -rw-r--r-- | lib/tests/test_disk.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tests/test_disk.c b/lib/tests/test_disk.c index f6477ac4..9bd68c7a 100644 --- a/lib/tests/test_disk.c +++ b/lib/tests/test_disk.c | |||
| @@ -88,10 +88,10 @@ main (int argc, char **argv) | |||
| 88 | cflags, 3,strdup("regex on dev names:")); | 88 | cflags, 3,strdup("regex on dev names:")); |
| 89 | np_test_mount_entry_regex(dummy_mount_list, strdup("/foo"), | 89 | np_test_mount_entry_regex(dummy_mount_list, strdup("/foo"), |
| 90 | cflags, 0, | 90 | cflags, 0, |
| 91 | strdup("regex on non existant dev/path:")); | 91 | strdup("regex on non existent dev/path:")); |
| 92 | np_test_mount_entry_regex(dummy_mount_list, strdup("/Foo"), | 92 | np_test_mount_entry_regex(dummy_mount_list, strdup("/Foo"), |
| 93 | cflags | REG_ICASE,0, | 93 | cflags | REG_ICASE,0, |
| 94 | strdup("regi on non existant dev/path:")); | 94 | strdup("regi on non existent dev/path:")); |
| 95 | np_test_mount_entry_regex(dummy_mount_list, strdup("/c.t0"), | 95 | np_test_mount_entry_regex(dummy_mount_list, strdup("/c.t0"), |
| 96 | cflags, 3, | 96 | cflags, 3, |
| 97 | strdup("partial devname regex match:")); | 97 | strdup("partial devname regex match:")); |
