From 308a14f85158f1545000499a64bc170d688a0db9 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 10 Jan 2019 18:48:02 -0500 Subject: Import /usr/src/bin/sh from FreeBSD 12.0-RELEASE --- bin/cash/tests/builtins/return2.1 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bin/cash/tests/builtins/return2.1 (limited to 'bin/cash/tests/builtins/return2.1') diff --git a/bin/cash/tests/builtins/return2.1 b/bin/cash/tests/builtins/return2.1 new file mode 100644 index 00000000..4ed4dbe8 --- /dev/null +++ b/bin/cash/tests/builtins/return2.1 @@ -0,0 +1,7 @@ +# $FreeBSD: releng/12.0/bin/sh/tests/builtins/return2.1 149791 2005-09-05 09:42:10Z stefanf $ +f() { + true && return 1 + return 0 +} + +f -- cgit 1.4.1 oll IRC client
summary refs log tree commit diff
path: root/.gitignore (unfollow)
Commit message (Expand)Author
2020-02-10Move scroll marker on resizeJune McEnroe
2020-02-10Update line count for words longer than linesJune McEnroe
2020-02-10Simplify mark, heat, unread trackingJune McEnroe
2020-02-10Update prompt when own nick changesJune McEnroe
2020-02-10Match URLs surrounded by parenthesesJune McEnroe
2020-02-10Fix M-a so it properly cycles back to where it startedJune McEnroe
2020-02-09Add M-lJune McEnroe
2020-02-09Add /whoisJune McEnroe
2020-02-09Add /msgJune McEnroe