diff options
-rw-r--r-- | meta/lib/oeqa/selftest/cases/archiver.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/cases/archiver.py b/meta/lib/oeqa/selftest/cases/archiver.py index c036e0cbe2..606eaabcb0 100644 --- a/meta/lib/oeqa/selftest/cases/archiver.py +++ b/meta/lib/oeqa/selftest/cases/archiver.py | |||
@@ -208,7 +208,7 @@ class Archiver(OESelftestTestCase): | |||
208 | """ | 208 | """ |
209 | Test that the archiver works with `ARCHIVER_MODE[src] = "mirror"` and | 209 | Test that the archiver works with `ARCHIVER_MODE[src] = "mirror"` and |
210 | correctly excludes an archive when its URL matches | 210 | correctly excludes an archive when its URL matches |
211 | `ARCHIVER_MIRROR_EXCLUDES`. | 211 | `ARCHIVER_MIRROR_EXCLUDE`. |
212 | """ | 212 | """ |
213 | 213 | ||
214 | target='selftest-ed' | 214 | target='selftest-ed' |