From 52170f575f3fbe8d5cfdea6ad7fbec9c91abfc3e Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 6 Feb 2017 19:55:08 +0100 Subject: [PATCH] test-current-desktop: make wait_for_current_desktop fail directly (#1516) We should get the expected state before already. Ref: https://github.com/awesomeWM/awesome/issues/1495#issuecomment-277098634 --- tests/test-current-desktop.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test-current-desktop.lua b/tests/test-current-desktop.lua index 617de6e3b..ea810b162 100644 --- a/tests/test-current-desktop.lua +++ b/tests/test-current-desktop.lua @@ -23,6 +23,7 @@ local function wait_for_current_desktop(tag) return true end print(string.format("Got _NET_CURRENT_DESKTOP = '%s', expected %d", value, idx)) + return false end end