summary refs log tree commit diff
path: root/bin/cash/tests/expansion/question1.0
blob: e89aed94f7406b0d23f58fe17c7a59ab6a699a18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD: releng/12.0/bin/sh/tests/expansion/question1.0 213738 2010-10-12 18:20:38Z obrien $

x=a\ b
[ "$x" = "${x?}" ] || exit 1
set -- ${x?}
{ [ "$#" = 2 ] && [ "$1" = a ] && [ "$2" = b ]; } || exit 1
unset x
(echo ${x?abcdefg}) 2>&1 | grep -q abcdefg || exit 1
${SH} -c 'unset foo; echo ${foo?}' 2>/dev/null && exit 1
${SH} -c 'foo=; echo ${foo:?}' 2>/dev/null && exit 1
${SH} -c 'foo=; echo ${foo?}' >/dev/null || exit 1
${SH} -c 'foo=1; echo ${foo:?}' >/dev/null || exit 1
${SH} -c 'echo ${!?}' 2>/dev/null && exit 1
${SH} -c ':& echo ${!?}' >/dev/null || exit 1
${SH} -c 'echo ${#?}' >/dev/null || exit 1
${SH} -c 'echo ${*?}' 2>/dev/null && exit 1
${SH} -c 'echo ${*?}' ${SH} x >/dev/null || exit 1
${SH} -c 'echo ${1?}' 2>/dev/null && exit 1
${SH} -c 'echo ${1?}' ${SH} x >/dev/null || exit 1
${SH} -c 'echo ${2?}' ${SH} x 2>/dev/null && exit 1
${SH} -c 'echo ${2?}' ${SH} x y >/dev/null || exit 1
exit 0
/td> 2020-10-27Use SendEnv for cd host:pathJune McEnroe 2020-10-27Allow cd host:path over sshJune McEnroe 2020-10-07Use mandoc -T utf8 for text.June McEnroe 2020-09-20Add The Awakened KingdomJune McEnroe 2020-09-12Move /opt/local back, cheat port select to use system manJune McEnroe 2020-09-12Move /opt/local behind /usr againJune McEnroe 2020-09-12Enable toc in cgit renderings of man pagesJune McEnroe 2020-09-11Install mandoc on macOSJune McEnroe 2020-09-11Rewrite install script yet againJune McEnroe 2020-09-11Remove NetBSD from install scriptJune McEnroe 2020-09-11Use MacPorts rather than pkgsrcJune McEnroe 2020-09-11Add debian VM name to sshJune McEnroe 2020-09-11Add influencer tweetJune McEnroe 2020-09-10Add The Kingdom of GodsJune McEnroe 2020-09-07Add SunglassesJune McEnroe 2020-09-06Add Between the BreathsJune McEnroe 2020-09-04Open /dev/tty in nudgeJune McEnroe 2020-09-04Add nudgeJune McEnroe 2020-09-03Build fbclock with -lzJune McEnroe 2020-08-29Add tweets from retweetsJune McEnroe