summary refs log tree commit diff
path: root/bin/cash/tests/execution/set-x2.0
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 20:19:51 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 20:19:51 -0500
commitfb2b96be043fdba3ab70f256cad339b848b8c30f (patch)
tree8f5147243cfcebc7fdc1a616aeadd88e9bfe207b /bin/cash/tests/execution/set-x2.0
parentRemove funcs (diff)
downloadsrc-fb2b96be043fdba3ab70f256cad339b848b8c30f.tar.gz
src-fb2b96be043fdba3ab70f256cad339b848b8c30f.zip
Remove cash/tests
Diffstat (limited to 'bin/cash/tests/execution/set-x2.0')
-rw-r--r--bin/cash/tests/execution/set-x2.09
1 files changed, 0 insertions, 9 deletions
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
'/catgirl/commit/chat.h?h=1.9a&id=af87b4e68d14ff5a3155c1f9c2ce1fa7d536c278&follow=1'>Move hash to top of chat.hJune McEnroe 2020-02-11Move base64 out of chat.hJune McEnroe 2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe