]> granicus.if.org Git - sudo/commitdiff
Disable warning/error wrapping in regress tests.
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 26 Oct 2011 14:19:48 +0000 (10:19 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 26 Oct 2011 14:19:48 +0000 (10:19 -0400)
plugins/sudoers/regress/iolog_path/check_iolog_path.c
plugins/sudoers/regress/logging/check_wrap.c
plugins/sudoers/regress/parser/check_addr.c
plugins/sudoers/regress/parser/check_fill.c

index 036d86a71a94346ca8438dbff53a69cc94bfbbe3..ee094d926e2447f94b57cb534eeda2d0e09c229b 100644 (file)
@@ -42,6 +42,8 @@
 #include <grp.h>
 #include <time.h>
 
+#define SUDO_ERROR_WRAP 0
+
 #define _SUDO_MAIN
 #include "sudoers.h"
 #include "def_data.c"
index 33d7b9ddd7ef75d7d6de3f48baaf3e79fc9ea85f..6144b10744a7cabce74de4a198a65663d0cfdfbb 100644 (file)
@@ -36,6 +36,8 @@
 # include <strings.h>
 #endif /* HAVE_STRINGS_H */
 
+#define SUDO_ERROR_WRAP 0
+
 #include "missing.h"
 #include "error.h"
 
index 184b99fe0b96a63276f8384d8962a4fa5efc30ff..3cc52694df1284e177213d633bc088e1de8d9103 100644 (file)
@@ -43,6 +43,8 @@
 #include <arpa/inet.h>
 #include <netdb.h>
 
+#define SUDO_ERROR_WRAP 0
+
 #include "sudoers.h"
 #include "parse.h"
 #include "interfaces.h"
index 599a202e21c1070d4f9a980e5b7437e09d08ffab..d41152cedcd4f4d3491538678e56e12acd4d65d5 100644 (file)
@@ -35,6 +35,8 @@
 #include <grp.h>
 #include <pwd.h>
 
+#define SUDO_ERROR_WRAP 0
+
 #include "list.h"
 #include "parse.h"
 #include "toke.h"