t / t4018 / cpp-union-definitionon commit t/t5517-push-mirror.sh: use the $( ... ) construct for command substitution (5ee0d62)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};