summary refs log tree commit diff
path: root/bin/cash/tests/parameters/positional1.0
blob: f1cf7a041ac9676409feb222e1206975c619a4c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $FreeBSD: releng/12.0/bin/sh/tests/parameters/positional1.0 222158 2011-05-21 14:52:26Z jilles $

set -- a b c d e f g h i j
[ "$1" = a ] || echo "error at line $LINENO"
[ "${1}" = a ] || echo "error at line $LINENO"
[ "${1-foo}" = a ] || echo "error at line $LINENO"
[ "${1+foo}" = foo ] || echo "error at line $LINENO"
[ "$1+foo" = a+foo ] || echo "error at line $LINENO"
[ "$10" = a0 ] || echo "error at line $LINENO"
[ "$100" = a00 ] || echo "error at line $LINENO"
[ "${10}" = j ] || echo "error at line $LINENO"
[ "${10-foo}" = j ] || echo "error at line $LINENO"
[ "${100-foo}" = foo ] || echo "error at line $LINENO"
class='logsubject'>Use -l:filename in Linux.mkJune McEnroe 2019-11-06Fix compat.h for #defined strlcpyJune McEnroe 2019-11-06Allow unsetting LIBRESSL_PREFIXJune McEnroe 2019-11-06Document calico service configurationJune McEnroe 2019-11-06Document SASL EXTERNAL configuration in more detailJune McEnroe 2019-11-06Document pounce service configurationJune McEnroe 2019-11-06Mention Darwin and GNU/Linux in READMEJune McEnroe 2019-11-06Assume LibreSSL from brew on DarwinJune McEnroe 2019-11-06Remove -DNO_EXPLICIT_BZERO from Darwin.mkJune McEnroe 2019-11-06Don't install rc scripts or dirs on LinuxJune McEnroe