selftest/bblayers: don't fetch a variable that is never used

(From OE-Core rev: f812f9518ef01abbdd9a6f415e5dc92263135f87)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2017-01-12 12:32:46 +00:00 committed by Richard Purdie
parent 1f6e6455fe
commit 2abc37dbe8
1 changed files with 0 additions and 1 deletions

View File

@ -68,7 +68,6 @@ class BitbakeLayers(oeSelfTest):
@testcase(1384)
def test_bitbakelayers_showrecipes(self):
distro = get_bb_var('DISTRO')
result = runCmd('bitbake-layers show-recipes')
self.assertIn('aspell:', result.output)
self.assertIn('mtd-utils:', result.output)