Magellan Linux

Diff of /tags/grubby-8_40/test.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2255 by niro, Mon Oct 21 14:00:38 2013 UTC revision 2257 by niro, Mon Oct 21 14:01:48 2013 UTC
# Line 506  if [ "$testgrub2" == "y" ]; then Line 506  if [ "$testgrub2" == "y" ]; then
506          "grub2-editenv test/grub2-support_files/env_temp list" \          "grub2-editenv test/grub2-support_files/env_temp list" \
507          "saved_entry=Linux, with Fedora 2.6.38.8-32.fc15.x86_64"          "saved_entry=Linux, with Fedora 2.6.38.8-32.fc15.x86_64"
508    
509        testing="GRUB2 add kernel with default=saved_entry and a terrible title"
510        grub2Test grub2.7 add/g2-1.9 --env grubenv.1 \
511            --add-kernel=/boot/new-kernel.img \
512            --title='Fedora (3.10.3-300.fc19.x86_64) 19 (Schrödinger’s Cat)' \
513            --initrd=/boot/new-initrd --boot-filesystem=/boot/ \
514            --copy-default
515    
516        testing="GRUB2 set default with default=saved_entry and a terrible name"
517        grub2Test grub2.9 add/g2-1.9 --env grubenv.1 --set-default-index=0
518        commandTest "saved_default output" \
519            "grub2-editenv test/grub2-support_files/env_temp list" \
520            'saved_entry=Fedora (3.10.3-300.fc19.x86_64) 19 (Schrödinger’s Cat)'
521    
522      testing="GRUB2 set default with default=saved_entry"      testing="GRUB2 set default with default=saved_entry"
523      grub2Test grub2.8 add/g2-1.8 --env grubenv.1 --set-default-index=0      grub2Test grub2.8 add/g2-1.8 --env grubenv.1 --set-default-index=0
524      commandTest "saved_default output" \      commandTest "saved_default output" \

Legend:
Removed from v.2255  
changed lines
  Added in v.2257