diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2010-03-21 01:30:13 +0000 |
commit | 9c4d1c1956ecb0a222fb2f4579c320391fb67f06 (patch) | |
tree | a9ac9b0e0ce25e6b0acc0f247dc4572d56ecc496 /tools/regression/atm | |
parent | 1c808b47a2787a3a6a6ee0ca2fffb39b8e17a29a (diff) |
Diffstat (limited to 'tools/regression/atm')
-rw-r--r-- | tools/regression/atm/Funcs.sh | 2 | ||||
-rw-r--r-- | tools/regression/atm/README | 2 | ||||
-rw-r--r-- | tools/regression/atm/RunTest.sh | 2 | ||||
-rw-r--r-- | tools/regression/atm/proto_cc/RunTest.sh | 2 | ||||
-rw-r--r-- | tools/regression/atm/proto_sscfu/RunTest.sh | 2 | ||||
-rw-r--r-- | tools/regression/atm/proto_sscop/RunTest.sh | 2 | ||||
-rw-r--r-- | tools/regression/atm/proto_uni/RunTest.sh | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/tools/regression/atm/Funcs.sh b/tools/regression/atm/Funcs.sh index c981f101df944..4c665fb3f9321 100644 --- a/tools/regression/atm/Funcs.sh +++ b/tools/regression/atm/Funcs.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/Funcs.sh,v 1.1.32.1 2010/02/10 00:26:20 kensmith Exp $ fatal() { echo -e "$*" >&2 diff --git a/tools/regression/atm/README b/tools/regression/atm/README index 509a08dad6db3..c0ef1a0683979 100644 --- a/tools/regression/atm/README +++ b/tools/regression/atm/README @@ -1,4 +1,4 @@ -$FreeBSD$ +$FreeBSD: src/tools/regression/atm/README,v 1.2.30.1 2010/02/10 00:26:20 kensmith Exp $ This directory contains tests for the ATM stuff. Specific tests for HARP are in the harp subdirectory and are not automatically run. All diff --git a/tools/regression/atm/RunTest.sh b/tools/regression/atm/RunTest.sh index 90f69658d4aa5..9bb5bb70df5b1 100644 --- a/tools/regression/atm/RunTest.sh +++ b/tools/regression/atm/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/RunTest.sh,v 1.4.12.1 2010/02/10 00:26:20 kensmith Exp $ . ./Funcs.sh diff --git a/tools/regression/atm/proto_cc/RunTest.sh b/tools/regression/atm/proto_cc/RunTest.sh index f6c7ce00d3362..204aa2d892a8d 100644 --- a/tools/regression/atm/proto_cc/RunTest.sh +++ b/tools/regression/atm/proto_cc/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_cc/RunTest.sh,v 1.1.32.1 2010/02/10 00:26:20 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_sscfu/RunTest.sh b/tools/regression/atm/proto_sscfu/RunTest.sh index 2f08659372244..6e446d24b89f1 100644 --- a/tools/regression/atm/proto_sscfu/RunTest.sh +++ b/tools/regression/atm/proto_sscfu/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_sscfu/RunTest.sh,v 1.1.32.1 2010/02/10 00:26:20 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_sscop/RunTest.sh b/tools/regression/atm/proto_sscop/RunTest.sh index 60812deeb6edb..94e3191bbd4dd 100644 --- a/tools/regression/atm/proto_sscop/RunTest.sh +++ b/tools/regression/atm/proto_sscop/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_sscop/RunTest.sh,v 1.1.32.1 2010/02/10 00:26:20 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_uni/RunTest.sh b/tools/regression/atm/proto_uni/RunTest.sh index 8b9c9e5e38c96..2dd15db6b4486 100644 --- a/tools/regression/atm/proto_uni/RunTest.sh +++ b/tools/regression/atm/proto_uni/RunTest.sh @@ -1,5 +1,5 @@ #!/bin/sh -# $FreeBSD$ +# $FreeBSD: src/tools/regression/atm/proto_uni/RunTest.sh,v 1.1.32.1 2010/02/10 00:26:20 kensmith Exp $ . ../Funcs.sh |