Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0acfa7cf authored by Marybeth Fair's avatar Marybeth Fair Committed by Gerrit Code Review
Browse files

Merge "Remove system-ext from test." into main

parents a8913443 47619b0f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -62,13 +62,12 @@ mod tests {

    #[test]
    fn test_read_partition_paths() {
        assert_eq!(read_partition_paths().len(), 4);
        assert_eq!(read_partition_paths().len(), 3);

        assert_eq!(
            read_partition_paths(),
            vec![
                PathBuf::from("/system/etc/aconfig_flags.pb"),
                PathBuf::from("/system_ext/etc/aconfig_flags.pb"),
                PathBuf::from("/product/etc/aconfig_flags.pb"),
                PathBuf::from("/vendor/etc/aconfig_flags.pb")
            ]