summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGregory Neil Shapiro <gshapiro@FreeBSD.org>2014-05-22 03:45:17 +0000
committerGregory Neil Shapiro <gshapiro@FreeBSD.org>2014-05-22 03:45:17 +0000
commit4a67213fda7a17ff204a52fc800a87333e14f7db (patch)
treea1ba22b36d97d5fb50d765a630b9f443a7ae5817 /test
parentc1bfccf73ee6551521d508e89408309544c871c8 (diff)
Diffstat (limited to 'test')
-rwxr-xr-xtest/Build2
-rw-r--r--test/Makefile2
-rw-r--r--test/Makefile.m42
-rw-r--r--test/README2
-rw-r--r--test/Results2
-rw-r--r--test/t_dropgid.c2
-rw-r--r--test/t_exclopen.c2
-rw-r--r--test/t_pathconf.c2
-rw-r--r--test/t_seteuid.c2
-rw-r--r--test/t_setgid.c2
-rw-r--r--test/t_setreuid.c2
-rw-r--r--test/t_setuid.c2
-rw-r--r--test/t_snprintf.c2
13 files changed, 13 insertions, 13 deletions
diff --git a/test/Build b/test/Build
index c7d0ee92ca9b..b60177f604e8 100755
--- a/test/Build
+++ b/test/Build
@@ -8,6 +8,6 @@
# the sendmail distribution.
#
#
-# $Id: Build,v 1.2 2013/11/22 20:52:01 ca Exp $
+# $Id: Build,v 1.2 2013-11-22 20:52:01 ca Exp $
exec sh ../devtools/bin/Build $*
diff --git a/test/Makefile b/test/Makefile
index d0a88423bb54..30a1b37b6a97 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.2 2006/05/30 18:50:26 ca Exp $
+# $Id: Makefile,v 1.2 2006-05-30 18:50:26 ca Exp $
SHELL= /bin/sh
BUILD= ./Build
diff --git a/test/Makefile.m4 b/test/Makefile.m4
index 1149d876bcb6..9ab0ee50676b 100644
--- a/test/Makefile.m4
+++ b/test/Makefile.m4
@@ -1,4 +1,4 @@
-dnl $Id: Makefile.m4,v 1.6 2013/04/01 21:04:29 ca Exp $
+dnl $Id: Makefile.m4,v 1.6 2013-04-01 21:04:29 ca Exp $
include(confBUILDTOOLSDIR`/M4/switch.m4')
bldPRODUCT_START(`executable', `test')
diff --git a/test/README b/test/README
index 5c3851bfc908..7ca022f3d9f8 100644
--- a/test/README
+++ b/test/README
@@ -5,7 +5,7 @@
# forth in the LICENSE file which can be found at the top level of
# the sendmail distribution.
#
-# $Id: README,v 1.3 2013/11/22 20:52:01 ca Exp $
+# $Id: README,v 1.3 2013-11-22 20:52:01 ca Exp $
#
This directory contains several programs to test various OS calls.
diff --git a/test/Results b/test/Results
index 934f9a10755d..508427b3708c 100644
--- a/test/Results
+++ b/test/Results
@@ -195,4 +195,4 @@ SunOS 5.8 HASSETREGID 2001-09-22 ca
SunOS 5.9 HASSETREGID 2001-09-22 Neil W Rickert
-$Revision: 8.3 $, Last updated $Date: 2001/09/30 01:32:33 $
+$Revision: 8.3 $, Last updated $Date: 2001-09-30 01:32:33 $
diff --git a/test/t_dropgid.c b/test/t_dropgid.c
index 4f8aedcfb956..28fdfeed90f5 100644
--- a/test/t_dropgid.c
+++ b/test/t_dropgid.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_dropgid.c,v 1.7 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_dropgid.c,v 1.7 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
static void
diff --git a/test/t_exclopen.c b/test/t_exclopen.c
index 08670cd74f40..978508fa8b57 100644
--- a/test/t_exclopen.c
+++ b/test/t_exclopen.c
@@ -46,7 +46,7 @@
#include <unistd.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_exclopen.c,v 8.7 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_exclopen.c,v 8.7 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
static char Attacker[128];
diff --git a/test/t_pathconf.c b/test/t_pathconf.c
index e3c7c7f2d36b..f03875391acc 100644
--- a/test/t_pathconf.c
+++ b/test/t_pathconf.c
@@ -26,7 +26,7 @@
#include <sysexits.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_pathconf.c,v 8.7 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_pathconf.c,v 8.7 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
int
diff --git a/test/t_seteuid.c b/test/t_seteuid.c
index f64b93be8779..be4ab17fe8cb 100644
--- a/test/t_seteuid.c
+++ b/test/t_seteuid.c
@@ -26,7 +26,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_seteuid.c,v 8.9 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_seteuid.c,v 8.9 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
#ifdef __hpux
diff --git a/test/t_setgid.c b/test/t_setgid.c
index a7d6bc591bca..642907440712 100644
--- a/test/t_setgid.c
+++ b/test/t_setgid.c
@@ -22,7 +22,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_setgid.c,v 1.7 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_setgid.c,v 1.7 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
static void
diff --git a/test/t_setreuid.c b/test/t_setreuid.c
index 1eef37cd6273..46fcb5f3ee97 100644
--- a/test/t_setreuid.c
+++ b/test/t_setreuid.c
@@ -23,7 +23,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_setreuid.c,v 8.10 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_setreuid.c,v 8.10 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
#ifdef __hpux
diff --git a/test/t_setuid.c b/test/t_setuid.c
index 0d4f9f064892..627db2d0d0d0 100644
--- a/test/t_setuid.c
+++ b/test/t_setuid.c
@@ -25,7 +25,7 @@
#include <stdio.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_setuid.c,v 8.8 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_setuid.c,v 8.8 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
static void
diff --git a/test/t_snprintf.c b/test/t_snprintf.c
index b78f2d5ecb4d..f690f611a162 100644
--- a/test/t_snprintf.c
+++ b/test/t_snprintf.c
@@ -12,7 +12,7 @@
#include <sysexits.h>
#ifndef lint
-static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013/11/22 20:52:01 ca Exp $";
+static char id[] = "@(#)$Id: t_snprintf.c,v 8.5 2013-11-22 20:52:01 ca Exp $";
#endif /* ! lint */
#define TEST_STRING "1234567890"