aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/bin/sh/execution
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/execution')
-rw-r--r--tools/regression/bin/sh/execution/fork1.02
-rw-r--r--tools/regression/bin/sh/execution/fork2.02
-rw-r--r--tools/regression/bin/sh/execution/func1.02
-rw-r--r--tools/regression/bin/sh/execution/func2.02
-rw-r--r--tools/regression/bin/sh/execution/killed1.02
-rw-r--r--tools/regression/bin/sh/execution/set-n1.02
-rw-r--r--tools/regression/bin/sh/execution/set-n2.02
-rw-r--r--tools/regression/bin/sh/execution/set-n3.02
-rw-r--r--tools/regression/bin/sh/execution/set-x1.02
-rw-r--r--tools/regression/bin/sh/execution/set-x2.02
-rw-r--r--tools/regression/bin/sh/execution/shellproc1.02
11 files changed, 11 insertions, 11 deletions
diff --git a/tools/regression/bin/sh/execution/fork1.0 b/tools/regression/bin/sh/execution/fork1.0
index 225a82593231..35ddf231044d 100644
--- a/tools/regression/bin/sh/execution/fork1.0
+++ b/tools/regression/bin/sh/execution/fork1.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/fork1.0,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
result=$(${SH} -c 'ps -p $$ -o comm=')
test "$result" = "ps" || exit 1
diff --git a/tools/regression/bin/sh/execution/fork2.0 b/tools/regression/bin/sh/execution/fork2.0
index 62a25379123c..f3150b1b1d42 100644
--- a/tools/regression/bin/sh/execution/fork2.0
+++ b/tools/regression/bin/sh/execution/fork2.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/fork2.0,v 1.1.2.2.4.1 2012/03/03 06:15:13 kensmith Exp $
result=$(${SH} -c '(/bin/sleep 1)& sleep 0.1; ps -p $! -o comm=; kill $!')
test "$result" = sleep || exit 1
diff --git a/tools/regression/bin/sh/execution/func1.0 b/tools/regression/bin/sh/execution/func1.0
index 29fcc077b592..306cbaa4581a 100644
--- a/tools/regression/bin/sh/execution/func1.0
+++ b/tools/regression/bin/sh/execution/func1.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/func1.0,v 1.1.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
MALLOC_OPTIONS=J ${SH} -c 'g() { g() { :; }; :; }; g' &&
MALLOC_OPTIONS=J ${SH} -c 'g() { unset -f g; :; }; g'
diff --git a/tools/regression/bin/sh/execution/func2.0 b/tools/regression/bin/sh/execution/func2.0
index 9830b5e8a7cf..ad5ef742252c 100644
--- a/tools/regression/bin/sh/execution/func2.0
+++ b/tools/regression/bin/sh/execution/func2.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/func2.0,v 1.1.2.3.4.1 2012/03/03 06:15:13 kensmith Exp $
# The empty pairs of braces here are to test that this does not cause a crash.
f() { }
diff --git a/tools/regression/bin/sh/execution/killed1.0 b/tools/regression/bin/sh/execution/killed1.0
index 41d3e055723e..5e2f3c2b3a82 100644
--- a/tools/regression/bin/sh/execution/killed1.0
+++ b/tools/regression/bin/sh/execution/killed1.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/killed1.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
# Sometimes the "Killed" message is not flushed soon enough and it
# is redirected along with the output of a builtin.
# Do not change the semicolon to a newline as it would hide the bug.
diff --git a/tools/regression/bin/sh/execution/set-n1.0 b/tools/regression/bin/sh/execution/set-n1.0
index 14c9b9396ada..63a25cbd836e 100644
--- a/tools/regression/bin/sh/execution/set-n1.0
+++ b/tools/regression/bin/sh/execution/set-n1.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/set-n1.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
v=$( ($SH -n <<'EOF'
for
diff --git a/tools/regression/bin/sh/execution/set-n2.0 b/tools/regression/bin/sh/execution/set-n2.0
index c7f31629f474..8fd428266175 100644
--- a/tools/regression/bin/sh/execution/set-n2.0
+++ b/tools/regression/bin/sh/execution/set-n2.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/set-n2.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
$SH -n <<'EOF'
echo bad
diff --git a/tools/regression/bin/sh/execution/set-n3.0 b/tools/regression/bin/sh/execution/set-n3.0
index 24a9159fdeb9..b9bab5925dc3 100644
--- a/tools/regression/bin/sh/execution/set-n3.0
+++ b/tools/regression/bin/sh/execution/set-n3.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/set-n3.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
v=$( ($SH -nc 'for') 2>&1 >/dev/null)
[ $? -ne 0 ] && [ -n "$v" ]
diff --git a/tools/regression/bin/sh/execution/set-x1.0 b/tools/regression/bin/sh/execution/set-x1.0
index 7fe1dbf1076b..ad6668e039e6 100644
--- a/tools/regression/bin/sh/execution/set-x1.0
+++ b/tools/regression/bin/sh/execution/set-x1.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/set-x1.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
key='must_contain_this'
{ r=`set -x; { : "$key"; } 2>&1 >/dev/null`; } 2>/dev/null
diff --git a/tools/regression/bin/sh/execution/set-x2.0 b/tools/regression/bin/sh/execution/set-x2.0
index 56d54e38d251..c2ad3ebc7078 100644
--- a/tools/regression/bin/sh/execution/set-x2.0
+++ b/tools/regression/bin/sh/execution/set-x2.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/set-x2.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
key='must contain this'
PS4="$key+ "
diff --git a/tools/regression/bin/sh/execution/shellproc1.0 b/tools/regression/bin/sh/execution/shellproc1.0
index 1326bc27f1c1..8cbe70d43447 100644
--- a/tools/regression/bin/sh/execution/shellproc1.0
+++ b/tools/regression/bin/sh/execution/shellproc1.0
@@ -1,4 +1,4 @@
-# $FreeBSD$
+# $FreeBSD: src/tools/regression/bin/sh/execution/shellproc1.0,v 1.1.2.2.2.1 2012/03/03 06:15:13 kensmith Exp $
T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit
trap 'rm -rf "${T}"' 0