diff options
Diffstat (limited to 'bin/cash/tests/builtins/command5.0')
-rw-r--r-- | bin/cash/tests/builtins/command5.0 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/bin/cash/tests/builtins/command5.0 b/bin/cash/tests/builtins/command5.0 deleted file mode 100644 index 5a2c1b0b..00000000 --- a/bin/cash/tests/builtins/command5.0 +++ /dev/null @@ -1,15 +0,0 @@ -# $FreeBSD: releng/12.0/bin/sh/tests/builtins/command5.0 211399 2010-08-16 17:18:08Z jilles $ -command -V ls -command -V true -command -V /bin/ls - -fun() { - : -} -command -V fun -command -V break -command -V if -command -V { - -alias foo=bar -command -V foo |