diff options
author | Russ Allbery <rra@stanford.edu> | 2009-06-09 14:39:39 -0700 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2009-06-09 14:39:39 -0700 |
commit | 574a9c0456c182831b3d01a4d7ee0c737b91b107 (patch) | |
tree | 299cb3b58751301e63b4f5a89f4eab03af9623c9 /tests/util | |
parent | e571a8eb96f42de5a114cf11ff1c3d63e5a8d301 (diff) |
Remove Subversion Id strings
Diffstat (limited to 'tests/util')
-rw-r--r-- | tests/util/concat-t.c | 3 | ||||
-rw-r--r-- | tests/util/messages-t.c | 3 | ||||
-rw-r--r-- | tests/util/xmalloc-t.in | 1 | ||||
-rw-r--r-- | tests/util/xmalloc.c | 3 |
4 files changed, 3 insertions, 7 deletions
diff --git a/tests/util/concat-t.c b/tests/util/concat-t.c index 2428d71..81824c8 100644 --- a/tests/util/concat-t.c +++ b/tests/util/concat-t.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * concat test suite. * * Copyright 2004, 2005, 2006 diff --git a/tests/util/messages-t.c b/tests/util/messages-t.c index 434ef56..3f7860e 100644 --- a/tests/util/messages-t.c +++ b/tests/util/messages-t.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Test suite for error handling routines. * * Copyright 2004, 2005, 2006 diff --git a/tests/util/xmalloc-t.in b/tests/util/xmalloc-t.in index f721822..5c18512 100644 --- a/tests/util/xmalloc-t.in +++ b/tests/util/xmalloc-t.in @@ -1,5 +1,4 @@ #! /bin/sh -# $Id$ # # Test suite for xmalloc and friends. # diff --git a/tests/util/xmalloc.c b/tests/util/xmalloc.c index 699d0c4..bd0ab62 100644 --- a/tests/util/xmalloc.c +++ b/tests/util/xmalloc.c @@ -1,5 +1,4 @@ -/* $Id$ - * +/* * Test suite for xmalloc and family. * * Copyright 2004, 2005, 2006 |