mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 08:42:17 -04:00
basename check in test_utils.c was accidentaly added again.
In538b97cI reverted a serie of libtap patch by Ton Voon; it included the removal of the useless basename check. Relevant portion of the changelog from which it was removed (f31cd40): Removed basename test as we should use base_name from GNUlib which is tested separately
This commit is contained in:
parent
7449b16b17
commit
4d5eb82a47
1 changed files with 0 additions and 4 deletions
|
|
@ -171,10 +171,6 @@ main (int argc, char **argv)
|
|||
|
||||
test = np_escaped_string("everything");
|
||||
ok( strcmp(test, "everything") == 0, "everything okay");
|
||||
free(test);
|
||||
|
||||
test = (char *)basename("/here/is/a/path");
|
||||
ok( strcmp(test, "path") == 0, "basename okay");
|
||||
|
||||
return exit_status();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue