summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/expansion/cmdsubst17.0
blob: 8157a730f1b9118b4b7ddcf97563c92a66f7c2b4 (plain)
1
2
3
4

f() { return 3; }
f
[ `echo $?; :` = 3 ]