diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-04-25 20:54:12 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-04-25 20:54:12 +0000 |
| commit | 03b3a844d09785e7d66930dce290d7a99fb48410 (patch) | |
| tree | 0826bffcc674a347b694041997a07842486d94c1 /tools/regression | |
| parent | 1792d820be90e4cd5e41cea3e0e1fb39680b2d99 (diff) | |
Notes
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/bin/sh/execution/bg1.0 | 3 | ||||
| -rw-r--r-- | tools/regression/bin/sh/execution/bg2.0 | 5 | ||||
| -rw-r--r-- | tools/regression/bin/sh/execution/bg3.0 | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/tools/regression/bin/sh/execution/bg1.0 b/tools/regression/bin/sh/execution/bg1.0 new file mode 100644 index 000000000000..edb92ae2ddd0 --- /dev/null +++ b/tools/regression/bin/sh/execution/bg1.0 @@ -0,0 +1,3 @@ +# $FreeBSD$ + +: `false` & diff --git a/tools/regression/bin/sh/execution/bg2.0 b/tools/regression/bin/sh/execution/bg2.0 new file mode 100644 index 000000000000..2e2fbc53bd26 --- /dev/null +++ b/tools/regression/bin/sh/execution/bg2.0 @@ -0,0 +1,5 @@ +# $FreeBSD$ + +f() { return 42; } +f +: | : & diff --git a/tools/regression/bin/sh/execution/bg3.0 b/tools/regression/bin/sh/execution/bg3.0 new file mode 100644 index 000000000000..359fc6f476e6 --- /dev/null +++ b/tools/regression/bin/sh/execution/bg3.0 @@ -0,0 +1,5 @@ +# $FreeBSD$ + +f() { return 42; } +f +(:) & |
