Message ID | 20230210133921.1268885-1-paulo@myneves.com |
---|---|
State | New |
Headers | show |
Series | [1/3] tests: Remove redundant lfs=1 URI paramter | expand |
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index f3890321d..122d7e05f 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -2235,7 +2235,7 @@ class GitLfsTest(FetcherTest): def test_lfs_enabled(self): import shutil - uri = 'git://%s;protocol=file;lfs=1;branch=master' % self.srcdir + uri = 'git://%s;protocol=file;branch=master' % self.srcdir self.d.setVar('SRC_URI', uri) # Careful: suppress initial attempt at downloading until
lfs=1 is assumed unless explicitly disabled with lfs=0 This way we test the implicit case, which is also the default for most users. Signed-off-by: Paulo Neves <paulo@myneves.com> --- lib/bb/tests/fetch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.34.1