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/builtins/for3.0 | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 bin/cash/tests/builtins/for3.0 (limited to 'bin/cash/tests/builtins/for3.0') diff --git a/bin/cash/tests/builtins/for3.0 b/bin/cash/tests/builtins/for3.0 deleted file mode 100644 index f42cb958..00000000 --- a/bin/cash/tests/builtins/for3.0 +++ /dev/null @@ -1,8 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/builtins/for3.0 230463 2012-01-22 14:00:33Z jilles $ - -r=x -f() { return 42; } -for i in x`f`; do - r=$? -done -[ "$r" = 42 ] -- cgit 1.4.1 cted='selected'>master dontfiles
summary refs log tree commit diff
path: root/bin/1sh/arith.h (unfollow)
Commit message (Expand)Author
2019-07-12Move to www/text.causal.agencyJune McEnroe
2019-07-12Add new causal.agency with shotty shotsJune McEnroe
2019-07-12Use -s to infer terminal sizeJune McEnroe
2019-07-12Add DCH to shottyJune McEnroe
2019-07-12Support insert mode in shottyJune McEnroe
2019-07-11Don't do carriage return on line feedJune McEnroe
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