On Saturday 23 May 2009 10:53:27 Denys Vlasenko wrote: > On Thursday 21 May 2009 23:58, Mike Frysinger wrote: > > commit: > > http://git.busybox.net/busybox/commit/?id=cc9205bda7c675e347516b93e865e46 > >2d2299a78 branch: > > http://git.busybox.net/busybox/commit/?id=refs/heads/master > > > > > > Signed-off-by: Mike Frysinger <[email protected]> > > --- > > shell/hush_test/hush-vars/unset.right | 2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > > > diff --git a/shell/hush_test/hush-vars/unset.right > > b/shell/hush_test/hush-vars/unset.right index 1fbe76a..0da0e57 100644 > > --- a/shell/hush_test/hush-vars/unset.right > > +++ b/shell/hush_test/hush-vars/unset.right > > @@ -1,5 +1,5 @@ > > 0 > > -unset: invalid option -- m > > +unset: invalid option -- 'm' > > 1 > > 0 > > Hmm... it seems to be a message from libc, and glibc/uclibc > seem to differ...
ugh, i was thinking the message was coming from busybox itself. if it's from the C lib, i guess we should implement a filter on the test output ... -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
