py3: enable test-import-unknown-t.py

Reviewed By: xavierd

Differential Revision: D20952869

fbshipit-source-id: 10cbe7fc1e7cc18270c7b320156325cc48dc58f3
This commit is contained in:
Jun Wu 2020-04-09 18:41:01 -07:00 committed by Facebook GitHub Bot
parent 63a594cee3
commit d588fe8a35

View File

@ -9,9 +9,6 @@ from __future__ import absolute_import
from testutil.dott import feature, sh, testtmp # noqa: F401 from testutil.dott import feature, sh, testtmp # noqa: F401
feature.require(["py2"])
sh % "hg init test" sh % "hg init test"
sh % "cd test" sh % "cd test"
sh % "echo a" > "changed" sh % "echo a" > "changed"