From 9beeb46022fc1e0c6bc6bec029bb949df10a2c3d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 20:19:51 -0500 Subject: Remove cash/tests --- bin/cash/tests/execution/set-C1.0 | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 bin/cash/tests/execution/set-C1.0 (limited to 'bin/cash/tests/execution/set-C1.0') diff --git a/bin/cash/tests/execution/set-C1.0 b/bin/cash/tests/execution/set-C1.0 deleted file mode 100644 index 3aa64f17..00000000 --- a/bin/cash/tests/execution/set-C1.0 +++ /dev/null @@ -1,12 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/execution/set-C1.0 308229 2016-11-02 22:33:37Z jilles $ - -T=$(mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX") || exit -trap 'rm -rf "$T"' 0 - -set -C -echo . >"$T/a" && -[ -s "$T/a" ] && -{ ! true >"$T/a"; } 2>/dev/null && -[ -s "$T/a" ] && -ln -s /dev/null "$T/b" && -true >"$T/b" -- cgit 1.4.1 iles
summary refs log tree commit diff
path: root/bin/beef.c (unfollow)
Commit message (Collapse)Author
2019-07-11Interpret 256color-style SGRsJune McEnroe
2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe
2019-07-11Factor out clearJune McEnroe
2019-07-11Add bright option to shottyJune McEnroe
2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe
2019-07-10Ignore SM and RMJune McEnroe
2019-07-09Add shotty man page and build itJune McEnroe
2019-07-09Add up -cJune McEnroe
2019-07-09Add options for default colors to shottyJune McEnroe
2019-07-08Use char literals consistentlyJune McEnroe