devel/#10: ar: Inconsistent error message while extracting (-x)
ar may display this as an error message:
ar: ../test.a: Success
Reproducible this way:
$ mkdir dir; rm -f test.a; ar -r test.a dir; ar -x test.a
ar: ../test.a: Success
Reproducible this way:
$ mkdir dir; rm -f test.a; ar -r test.a dir; ar -x test.a
TitleUsernameDatePreview