mirror of
https://github.com/munki/munki.git
synced 2026-03-09 01:19:44 -05:00
Updated appleupdates_test.py to match 20a0b51895
This commit is contained in:
@@ -949,7 +949,7 @@ class TestAppleUpdates(mox.MoxTestBase):
|
||||
self.mox.StubOutWithMock(appleupdates.hashlib, 'sha256')
|
||||
self.mox.StubOutWithMock(appleupdates.munkicommon, 'pref')
|
||||
|
||||
cmd = ['/usr/sbin/pkgutil', '--regexp', '-pkg-info-plist',
|
||||
cmd = ['/usr/sbin/pkgutil', '--regexp', '--pkg-info-plist',
|
||||
'com\.apple\.*']
|
||||
output = 'output!'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user