t: filename shorthand '_?' to compare exit code
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 4 Oct 2019 03:15:51 +0000 (05:15 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 8 Oct 2019 00:34:26 +0000 (02:34 +0200)
commit704f0f343df103c321caa2ea7e846dea650cd24e
tree7d063f0e20b6e539c582dcf97676dd2bed396847
parent4896a612b1c772c53350ef1ec612861f613343dc
t: filename shorthand '_?' to compare exit code

Make it easier to check for non-zero $? by replacing ' |[ $? = N ]' by ' ?N'
for same results with minimal clutter.
t/regress.t
t/t0003-invalid_options_-aZ_?64.out [moved from t/t0003-invalid_options_-aZ_|[_$?_=_64_].out with 100% similarity]