summaryrefslogtreecommitdiff
blob: b705f3655ce3fb2a13df9d8f2a45436e3a9e28c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: Linux-PAM-1.0.4/tests/tst-pam_mkargv.c
===================================================================
--- Linux-PAM-1.0.4.orig/tests/tst-pam_mkargv.c
+++ Linux-PAM-1.0.4/tests/tst-pam_mkargv.c
@@ -35,7 +35,7 @@ int main(void)
   printf ("\n");
 #endif
 
-  if (argvlen != 333)
+  if (argvlen != ( 37 + ( 37 * sizeof(char*) ) ))
     return 1;
 
   if (myargc != 4)