aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-17 15:57:02 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 18:48:06 +0000
commit757aa3322029a673e4f60c67041a796ce15e4828 (patch)
treeff4da6baa18e663a854a7c0863bd9fad2ac2f1b2 /test
parentfb61a0afa9b3ac5a6d3b0efa21e19b74d6aef175 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'test')
-rwxr-xr-xtest/config.sh2
-rw-r--r--test/hosts.custom1
-rw-r--r--test/hosts.global1
-rw-r--r--test/hosts.personal1
-rwxr-xr-xtest/suite-capture.sh2
-rwxr-xr-xtest/suite-clopts.sh2
-rwxr-xr-xtest/suite-decryption.sh2
-rwxr-xr-xtest/suite-fileformats.sh2
-rwxr-xr-xtest/suite-io.sh2
-rwxr-xr-xtest/suite-nameres.sh2
-rwxr-xr-xtest/suite-unittests.sh2
-rwxr-xr-xtest/suite-wslua.sh2
-rwxr-xr-xtest/test-backend.sh2
-rwxr-xr-xtest/test.sh2
14 files changed, 0 insertions, 25 deletions
diff --git a/test/config.sh b/test/config.sh
index 9f07f52da7..7cd39886d6 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -2,8 +2,6 @@
#
# Configuration of the command line tests
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/hosts.custom b/test/hosts.custom
index d160745def..d799713edb 100644
--- a/test/hosts.custom
+++ b/test/hosts.custom
@@ -1,5 +1,4 @@
# Custom profile hosts
# Matches addresses in dns+icmp.pcapng.gz
-# $Id$
4.2.2.2 custom-4-2-2-2
174.137.42.65 custom-174-137-42-65
diff --git a/test/hosts.global b/test/hosts.global
index a3bc2769b4..9f1b75c425 100644
--- a/test/hosts.global
+++ b/test/hosts.global
@@ -1,5 +1,4 @@
# Global hosts
# Matches addresses in dns+icmp.pcapng.gz
-# $Id$
8.8.8.8 global-8-8-8-8
8.8.4.4 global-8-8-4-4
diff --git a/test/hosts.personal b/test/hosts.personal
index 725ad2a9e2..4a7901bedd 100644
--- a/test/hosts.personal
+++ b/test/hosts.personal
@@ -1,5 +1,4 @@
# Default profile / personal hosts
# Matches addresses in dns+icmp.pcapng.gz
-# $Id$
8.8.4.4 personal-8-8-4-4
4.2.2.2 personal-4-2-2-2
diff --git a/test/suite-capture.sh b/test/suite-capture.sh
index 773b73b039..b4b0fba926 100755
--- a/test/suite-capture.sh
+++ b/test/suite-capture.sh
@@ -2,8 +2,6 @@
#
# Test the capture engine of the Wireshark tools
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/suite-clopts.sh b/test/suite-clopts.sh
index 65b4e55dd5..f9932a70a5 100755
--- a/test/suite-clopts.sh
+++ b/test/suite-clopts.sh
@@ -2,8 +2,6 @@
#
# Test the command line options of the Wireshark tools
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index e8b512a53b..f94d067910 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -2,8 +2,6 @@
#
# Test decryption capabilities of the Wireshark tools
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/suite-fileformats.sh b/test/suite-fileformats.sh
index 09f279c0aa..3c927b57b2 100755
--- a/test/suite-fileformats.sh
+++ b/test/suite-fileformats.sh
@@ -2,8 +2,6 @@
#
# Test file format conversions of the Wireshark tools
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/suite-io.sh b/test/suite-io.sh
index b85032e9c9..c8f471b106 100755
--- a/test/suite-io.sh
+++ b/test/suite-io.sh
@@ -2,8 +2,6 @@
#
# Test the file I/O of the Wireshark tools
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/suite-nameres.sh b/test/suite-nameres.sh
index 88ec6f6ffc..5ed5fecdc7 100755
--- a/test/suite-nameres.sh
+++ b/test/suite-nameres.sh
@@ -2,8 +2,6 @@
#
# Test for correct name resolution behavior
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/suite-unittests.sh b/test/suite-unittests.sh
index 7883aa3104..bf6168e9a3 100755
--- a/test/suite-unittests.sh
+++ b/test/suite-unittests.sh
@@ -2,8 +2,6 @@
#
# Run the epan unit tests
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
#
diff --git a/test/suite-wslua.sh b/test/suite-wslua.sh
index d4eaa60489..5afdc9a516 100755
--- a/test/suite-wslua.sh
+++ b/test/suite-wslua.sh
@@ -2,8 +2,6 @@
#
# Run the epan unit tests
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
#
diff --git a/test/test-backend.sh b/test/test-backend.sh
index f9173027af..856cfc9b72 100755
--- a/test/test-backend.sh
+++ b/test/test-backend.sh
@@ -2,8 +2,6 @@
#
# Test backend
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping
diff --git a/test/test.sh b/test/test.sh
index 65538ae46a..6ed3f0e3a3 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -5,8 +5,6 @@
#
# Test various command line testable aspects of the Wireshark tools
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2005 Ulf Lamping