tests: add bunzip2 to prerequisite list
authorSoh Tk-r28629 <tksoh@freescale.com>
Wed, 15 Mar 2006 02:49:45 +0100
changeset 1949 d2c2e77826c0
parent 1948 ebe273a16048
child 1950 5f581f337b05
tests: add bunzip2 to prerequisite list
tests/run-tests
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -113,7 +113,7 @@ run_one() {
 
 # list of prerequisite programs
 # stuff from coreutils (cat, rm, etc) are not tested
-prereqs="python merge diff grep unzip gunzip sed"
+prereqs="python merge diff grep unzip gunzip bunzip2 sed"
 missing=''
 for pre in $prereqs ; do
     if type $pre > /dev/null 2>&1 ; then