From fb2b96be043fdba3ab70f256cad339b848b8c30f Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 10 Jan 2019 20:19:51 -0500 Subject: Remove cash/tests --- bin/cash/tests/execution/set-x2.0 | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bin/cash/tests/execution/set-x2.0 (limited to 'bin/cash/tests/execution/set-x2.0') diff --git a/bin/cash/tests/execution/set-x2.0 b/bin/cash/tests/execution/set-x2.0 deleted file mode 100644 index 6e2b939f..00000000 --- a/bin/cash/tests/execution/set-x2.0 +++ /dev/null @@ -1,9 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/execution/set-x2.0 222882 2011-06-08 21:58:19Z jilles $ - -key='must contain this' -PS4="$key+ " -{ r=`set -x; { :; } 2>&1 >/dev/null`; } 2>/dev/null -case $r in -*"$key"*) true ;; -*) false ;; -esac -- cgit 1.4.1