pkgs.formats.plist: don't test path

Reference: https://hydra.nixos.org/build/310233987/nixlog/1/tail
This commit is contained in:
Sizhe Zhao
2025-10-17 21:39:43 +08:00
parent 6a33e60b31
commit 6f8bb63800

View File

@@ -1034,7 +1034,6 @@ runBuildTests {
};
}
];
path = ./testfile;
};
expected = ''
<?xml version="1.0" encoding="UTF-8"?>
@@ -1074,8 +1073,6 @@ runBuildTests {
''\t''\t''\t</dict>
''\t''\t</dict>
''\t</array>
''\t<key>path</key>
''\t<string>${toString ./testfile}</string>
''\t<key>str</key>
''\t<string>foo</string>
''\t<key>true</key>