summaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-psubst/falsetick3.tests
blob: cd185335ec535c79545f4a7c3d7e0f5cb2550fe9 (plain)
1
2
3
# assignment still happens despite redirect error
true;  a=$(echo b) >/does/not/exist; echo $?
echo "Done: a=$a"