fbclone: silence check-code test failure

Summary: Yes, the path to the script is hardcoded, because we want to make sure we test the right version, and not anything else found on the path.

Reviewed By: DurhamG

Differential Revision: D7600431

fbshipit-source-id: d08a2e98fa40823412e3d2925a3b2862ffb0f1a2
This commit is contained in:
Martijn Pieters 2018-04-12 09:13:24 -07:00 committed by Saurabh Singh
parent b3035ab1ef
commit 926a3c222b

View File

@ -19,6 +19,9 @@ New errors are not allowed. Warnings are strongly discouraged.
fb/tests/sqldirstate_benchmark.py:100:
> hg.next()
don't use .next(), use next(...)
fb/tests/test-fbclone-fbsource.t:1:
> $ FBCLONE=$TESTDIR/../staticfiles/opt/facebook/bin/fbclone
don't use explicit paths for tools
fb/tests/test-hg-rsh.t:2:
> $ HGRSH=$TESTDIR/../staticfiles/bin/hg-rsh
don't use explicit paths for tools