summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-08-30 10:43:33 +1200
committerRobert Ancell <robert.ancell@canonical.com>2018-08-30 20:59:16 +1200
commit295d1d9cf84f332218b2cf292bb26a3bcb0e861a (patch)
treeb46e3519f1724c5a03bcf107ad32020de82ef412
parentde67fcbffac3b41483f849bcb824cdc6d2419e07 (diff)
downloadlightdm-git-295d1d9cf84f332218b2cf292bb26a3bcb0e861a.tar.gz
Fix qt5 test being run instead of qt4 one
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 45f474e4..c50af31e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -315,7 +315,7 @@ if COMPILE_LIBLIGHTDM_QT4
TESTS += \
test-autologin-timeout-qt4 \
test-autologin-guest-timeout-qt4 \
- test-autologin-session-timeout-qt5 \
+ test-autologin-session-timeout-qt4 \
test-cancel-authentication-qt4 \
test-login-qt4 \
test-login-manual-qt4 \