diff options
Diffstat (limited to 'bin/sh/tests/builtins/command14.0')
| -rw-r--r-- | bin/sh/tests/builtins/command14.0 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/sh/tests/builtins/command14.0 b/bin/sh/tests/builtins/command14.0 new file mode 100644 index 000000000000..6e4f0fd5822d --- /dev/null +++ b/bin/sh/tests/builtins/command14.0 @@ -0,0 +1,8 @@ + +r=`cd /bin && PATH=. command -V ls` +case $r in +*/bin/ls*|*/bin/./ls*) ;; +*) + echo "Unexpected result: $r" + exit 1 +esac |
