Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/testsuite/pidof.tests

    r1765 r2725  
    22
    33# pidof tests.
    4 # Copyright 2005 by Bernhard Fischer
    5 # Licensed under GPL v2, see file LICENSE for details.
     4# Copyright 2005 by Bernhard Reutner-Fischer
     5# Licensed under GPLv2, see file LICENSE in this source tree.
    66
    77# AUDIT:
    88
    9 . testing.sh
     9. ./testing.sh
    1010
    1111# testing "test name" "options" "expected result" "file input" "stdin"
     
    2121optional FEATURE_PIDOF_SINGLE
    2222testing "pidof -s" "pidof -s init" "1\n" "" ""
     23SKIP=
    2324
    24 optional FEATURE_PIDOF_OMIT
    25 testing "pidof -o %PPID" "pidof -o %PPID pidof.tests | grep -o -w $$" "" "" ""
     25optional FEATURE_PIDOF_OMIT FEATURE_PIDOF_SINGLE
     26# This test fails now because process name matching logic has changed,
     27# but new logic is not "wrong" either... see find_pid_by_name.c comments
     28#testing "pidof -o %PPID" "pidof -o %PPID pidof.tests | grep -o -w $$" "" "" ""
    2629testing "pidof -o %PPID NOP" "pidof -o %PPID -s init" "1\n" "" ""
    2730testing "pidof -o init" "pidof -o 1 init | grep -o -w 1" "" "" ""
     31SKIP=
    2832
    2933exit $FAILCOUNT
Note: See TracChangeset for help on using the changeset viewer.