Unverified Commit afd023e2 authored by h7x4's avatar h7x4 Committed by GitHub
Browse files

pkgs.formats.plist: don't test path (#452934)

parents 9347aa5b 6f8bb638
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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>