John Kehayias via Guix-patches via skribis: > Hello, > > I'm not sure why, but ledger started failing one of its test on core-updates-frozen. The test is for the error when trying to use a nonexistent file (as far as I can tell) and it fails in the error message reporting the path of the file without the leading "./". Output of the test below. The patch removes this test from ledger. > > 359/396 Test #359: RegressTest_BF3C1F82-2 ................................***Failed 0.04 sec > FAILURE in error output from /tmp/guix-build-ledger-3.2.1.drv-0/source/test/regress/BF3C1F82-2.test: > -- > $ledger -f - reg > -- > @@ -1,2 +1,2 @@ > > While parsing file "", line 2: > > -Error: File to include was not found: "./non-existent-ledger-file-BF3C1F82" > > +Error: File to include was not found: "non-existent-ledger-file-BF3C1F82" > > E[BF3C1F82-2.test]STDERR: > b'' > FAILURE in error output from /tmp/guix-build-ledger-3.2.1.drv-0/source/test/regress/BF3C1F82-2.test: > -- > $ledger -f /dev/stdin reg Hi, Instead of adding a patch removing the file, wouldn't it be simpler to just add a phase calling '(delete-file "test/...")'?