[gnome-settings-daemon] power: Fix the binary name since the plugin split up



commit a3bcb8363f9bbdac2ac4817eadf3d3eb7a269d77
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Jan 17 12:09:33 2017 +0100

    power: Fix the binary name since the plugin split up

 plugins/power/test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index 0581727..fc9a16b 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -97,7 +97,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
         env['CANBERRA_DRIVER'] = 'null'
 
         self.daemon = subprocess.Popen(
-            [os.path.join(builddir, 'gsd-test-power')],
+            [os.path.join(builddir, 'gsd-power')],
             # comment out this line if you want to see the logs in real time
             stdout=self.plugin_log_write,
             stderr=subprocess.STDOUT,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]