busybox/shell/hush_test/hush-psubst/falsetick3.tests

4 lines
113 B
Plaintext
Raw Normal View History

# assignment still happens despite redirect error
true; a=$(echo b) >/does/not/exist; echo $?
echo "Done: a=$a"