[patch] testsuite/cpio.tests: fixes half of it
Bernhard Fischer
rep.dot.nop at gmail.com
Fri May 2 13:21:53 PDT 2008
On Fri, May 02, 2008 at 07:33:30PM +0200, Cristian Ionescu-Idbohrn wrote:
>hexdump on my system (part of the bsdmainutils v6.1.10) does not support
>the '-R' option, so I need to use busybox hexdump with
>FEATURE_HEXDUMP_REVERSE enabled.
>
>I'm a bit unsure about proper usage of the 'optional' function, but used
>like I did seems to work.
optional is ment to toggle test on or off, depending on whether a
feature was set or not (see pidof.tests for the way i ment it to be
used; It could be that it was extended or changed since then, i didn't
look).
To reset non-conditional tests, use 'optional ""' (IIRC).
HTH,
More information about the busybox
mailing list