##// END OF EJS Templates
tests: add bunzip2 to prerequisite list
Soh Tk-r28629 -
r1949:d2c2e778 default
parent child Browse files
Show More
@@ -113,7 +113,7 b' run_one() {'
113
113
114 # list of prerequisite programs
114 # list of prerequisite programs
115 # stuff from coreutils (cat, rm, etc) are not tested
115 # stuff from coreutils (cat, rm, etc) are not tested
116 prereqs="python merge diff grep unzip gunzip sed"
116 prereqs="python merge diff grep unzip gunzip bunzip2 sed"
117 missing=''
117 missing=''
118 for pre in $prereqs ; do
118 for pre in $prereqs ; do
119 if type $pre > /dev/null 2>&1 ; then
119 if type $pre > /dev/null 2>&1 ; then
General Comments 0
You need to be logged in to leave comments. Login now