summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/return2.1
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/bin/sh/builtins/return2.1')
-rw-r--r--tools/regression/bin/sh/builtins/return2.17
1 files changed, 0 insertions, 7 deletions
diff --git a/tools/regression/bin/sh/builtins/return2.1 b/tools/regression/bin/sh/builtins/return2.1
deleted file mode 100644
index 0ef8171..0000000
--- a/tools/regression/bin/sh/builtins/return2.1
+++ /dev/null
@@ -1,7 +0,0 @@
-# $FreeBSD$
-f() {
- true && return 1
- return 0
-}
-
-f
OpenPOWER on IntegriCloud