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

Commit 47619b0f authored by Marybeth Fair's avatar Marybeth Fair
Browse files

Remove system-ext from test.

See aosp/q/topic:"system_ext_container"

Test: cargo t
Change-Id: I66d2c26d3c20990ad365639523b8f2a75eacb711
parent 4d09c7a5
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")
            ]