* tests/grub_script_expansion.in: Skip network protocols.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-06-08 20:31:05 +02:00
parent ecfc6207d6
commit f57c84cd60
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
* tests/grub_script_expansion.in: Skip network protocols.
2012-06-08 Vladimir Serbinenko <phcoder@gmail.com>
* tests/util/grub-shell.in: Use escc-ch-a port on ppc.

View File

@ -17,7 +17,7 @@ set -e
# You should have received a copy of the GNU General Public License
# along with GRUB. If not, see <http://www.gnu.org/licenses/>.
disks=`echo ls | @builddir@/grub-shell`
disks=`echo ls | @builddir@/grub-shell| grep -v '^Network protocols:$'| grep -v '^tftp http $'`
other=`echo insmod regexp\; echo \* | @builddir@/grub-shell`
for d in $disks; do
if echo "$d" |grep ',' >/dev/null; then