Subject: | Using /bin/test is not portable |
The t/070_upload.t uses the file /bin/true. Unfortunately this is not
portable, even Unix systems may have this file in another location
(FreeBSD for instance has "true" under /usr/bin/true) and non-Unix systems
do not have it at all.
Regards,
Slaven