branch | stable |
changeset 19495 | 9aee3d014394 |
parent 19386 | 0e25a9e25931 |
child 20239 | 16b5f498f49c |
--- a/tests/test-check-code-hg.t Mon Jul 22 10:04:45 2013 +0200 +++ b/tests/test-check-code-hg.t Mon Jul 22 10:04:53 2013 +0200 @@ -26,6 +26,5 @@ New errors are not allowed. Warnings are strongly discouraged. - $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py; } \ - > | xargs "$check_code" --warnings --per-file=0 \ - > || false + $ { hg manifest 2>/dev/null; ls "$TESTTMP"/*.py | sed 's-\\-/-g'; } | + > xargs "$check_code" --warnings --per-file=0 || false