mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-06 05:50:10 +01:00
linux: Fix umockdev link in test
This commit is contained in:
parent
0c6fa202ea
commit
6ff9ee702e
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ try:
|
|||
gi.require_version('UMockdev', '1.0')
|
||||
from gi.repository import UMockdev
|
||||
except ImportError:
|
||||
sys.stderr.write('Skipping tests, umockdev not available (https://launchpad.net/umockdev/)\n')
|
||||
sys.stderr.write('Skipping tests, umockdev not available (https://github.com/martinpitt/umockdev)\n')
|
||||
sys.exit(0)
|
||||
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue