From 91f06c38c1dd8fd7c8f71637128faf6dbc9b460e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/execution/fork1.0 | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 bin/1sh/tests/execution/fork1.0 (limited to 'bin/1sh/tests/execution/fork1.0') diff --git a/bin/1sh/tests/execution/fork1.0 b/bin/1sh/tests/execution/fork1.0 deleted file mode 100644 index edd8f6ad..00000000 --- a/bin/1sh/tests/execution/fork1.0 +++ /dev/null @@ -1,10 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/execution/fork1.0 218850 2011-02-19 13:22:18Z jilles $ - -shname=${SH%% *} -shname=${shname##*/} - -result=$(${SH} -c 'ps -p $$ -o comm=') -test "$result" = "ps" || exit 1 - -result=$(${SH} -c 'ps -p $$ -o comm=; :') -test "$result" = "$shname" || exit 1 -- cgit 1.4.1