2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 22:35:10 +00:00

Use regular expressions when matching expected and actual text.

This commit is contained in:
Todd C. Miller
2020-04-07 14:03:58 -06:00
parent 8a2c0d784f
commit a77ef93f8a
11 changed files with 57 additions and 39 deletions

View File

@@ -22,6 +22,7 @@
#include "config.h"
#include "sudo_compat.h"
#include <regex.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>