t / t4018 / cpp-union-definitionon commit t7610-mergetool: use test_cmp instead of test $(cat file) = $txt (e10dffd)
   1union RIGHT {
   2        double v;
   3        int ChangeMe;
   4};