diff options
author | James Raynard <jraynard@FreeBSD.org> | 1998-03-10 19:28:47 +0000 |
---|---|---|
committer | James Raynard <jraynard@FreeBSD.org> | 1998-03-10 19:28:47 +0000 |
commit | 3e77698b86b95447c2355bbb2f305fe245fdbeee (patch) | |
tree | f9375c78c585a05a1a978dcac7c8ee3f39d2d652 /contrib/awk/test/pid.sh | |
parent | c0ecc864be3b739686a28d119198597e31413f17 (diff) |
Remove test sub-directory.
Notes
Notes:
svn path=/head/; revision=34476
Diffstat (limited to 'contrib/awk/test/pid.sh')
-rwxr-xr-x | contrib/awk/test/pid.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/awk/test/pid.sh b/contrib/awk/test/pid.sh deleted file mode 100755 index a19d72ce291a..000000000000 --- a/contrib/awk/test/pid.sh +++ /dev/null @@ -1,5 +0,0 @@ -#! /bin/sh -AWK=${AWK-../gawk} -echo $$ > _pid.in -echo $1 >> _pid.in -exec $AWK -f pid.awk _pid.in |