change test value for client.border_width

This commit is contained in:
cmertz 2016-07-27 13:43:28 +02:00
parent 4389297b58
commit 2231158adf
1 changed files with 3 additions and 1 deletions

View File

@ -45,7 +45,9 @@ local steps = {
-- Test restoring client.border_width
function()
local c = client.get()[1]
local test_width = 2
-- pick an arbitrary border_width distinct from the default one
local test_width = c.border_width + 1
c.border_width = test_width