Ignore:
Timestamp:
Nov 4, 2007, 3:16:40 AM (16 years ago)
Author:
Bruno Cornec
Message:

Update to busybox 1.7.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mindi-busybox/testsuite/all_sourcecode.tests

    r821 r1765  
    2020# applets won't be called properly.
    2121#
    22 sed -n -e '/^USE_[A-Z]*(APPLET(/{s:.*(::;s:,.*::;s:"::g;p}' \
     22sed -n -e '/^USE_[A-Z]*(APPLET/{s:,.*::;s:.*(::;s:"::g;p}' \
    2323    $srcdir/../include/applets.h > applet.order.current
    2424LC_ALL=C sort applet.order.current > applet.order.correct
     
    5050        -e '\<deamon\>' \
    5151        -e '\<derefernce\>' \
     52        -e '\<acomadate\>' \
    5253        | sed -e "s:^$srcdir/\.\./::g" > src.typos
    5354testing "Common typos" "cat src.typos" "" "" ""
Note: See TracChangeset for help on using the changeset viewer.