aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/func_prio_over_builtins.tests
blob: 4f71bfda051fc3efceec07cc16c63d214004ab09 (plain)
1
2
3
4
5
true() { echo YES >&2; }
true
true | true
(true)
echo Ok:`true 2>&1`