]> git.ozlabs.org Git - petitboot/blobdiff - test/parser/test-grub2-blscfg-default-filename.c
discover/grub: Use different paths to search for the BLS directory
[petitboot] / test / parser / test-grub2-blscfg-default-filename.c
index fb740599d1b0a313430fa870c10593d7cb2096f3..80a0e224406859f140c083431ae22bfbb48569de 100644 (file)
@@ -10,11 +10,13 @@ void run_test(struct parser_test *test)
        struct discover_boot_option *opt;
        struct discover_context *ctx;
 
+       test_add_dir(test, test->ctx->device, "/boot/loader/entries");
+
        test_add_file_string(test, test->ctx->device,
-                            "/loader/entries/6c063c8e48904f2684abde8eea303f41-4.15.2-302.fc28.x86_64.conf",
+                            "/boot/loader/entries/6c063c8e48904f2684abde8eea303f41-4.15.2-302.fc28.x86_64.conf",
                             "title Fedora (4.15.2-302.fc28.x86_64) 28 (Twenty Eight)\n"
-                            "linux /vmlinuz-4.15.2-302.fc28.x86_64\n"
-                            "initrd /initramfs-4.15.2-302.fc28.x86_64.img\n"
+                            "linux /boot/vmlinuz-4.15.2-302.fc28.x86_64\n"
+                            "initrd /boot/initramfs-4.15.2-302.fc28.x86_64.img\n"
                             "options root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/root\n");
 
        test_read_conf_embedded(test, "/boot/grub2/grub.cfg");