diff options
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 c981f101df94..c27aa377df9e 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.28.1 2009/04/15 03:14:26 kensmith Exp $ fatal() { echo -e "$*" >&2 diff --git a/tools/regression/atm/README b/tools/regression/atm/README index 509a08dad6db..e859f9b1d4a6 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.28.1 2009/04/15 03:14:26 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 90f69658d4aa..0b68212886e5 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.8.1 2009/04/15 03:14:26 kensmith Exp $ . ./Funcs.sh diff --git a/tools/regression/atm/proto_cc/RunTest.sh b/tools/regression/atm/proto_cc/RunTest.sh index f6c7ce00d336..225599534779 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.28.1 2009/04/15 03:14:26 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_sscfu/RunTest.sh b/tools/regression/atm/proto_sscfu/RunTest.sh index 2f0865937224..6820917c8656 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.28.1 2009/04/15 03:14:26 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_sscop/RunTest.sh b/tools/regression/atm/proto_sscop/RunTest.sh index 60812deeb6ed..ffea1d397c90 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.28.1 2009/04/15 03:14:26 kensmith Exp $ . ../Funcs.sh diff --git a/tools/regression/atm/proto_uni/RunTest.sh b/tools/regression/atm/proto_uni/RunTest.sh index 8b9c9e5e38c9..db15814088ea 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.28.1 2009/04/15 03:14:26 kensmith Exp $ . ../Funcs.sh |