changeset 1949:d2c2e77826c0

tests: add bunzip2 to prerequisite list
author Soh Tk-r28629 <tksoh@freescale.com>
date Wed, 15 Mar 2006 02:49:45 +0100
parents ebe273a16048
children 5f581f337b05
files tests/run-tests
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/run-tests	Mon Mar 13 23:38:14 2006 +0100
+++ b/tests/run-tests	Wed Mar 15 02:49:45 2006 +0100
@@ -113,7 +113,7 @@
 
 # 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