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 10:43:33 +1200
commit028fdfbd3656d1e132f1ab08c8962209f9cf582f (patch)
tree271a63333c1dbd1549eaf17947418852276de7bc
parent2ffa63aa307a4fe37b829a0b2d664933c49fc9b9 (diff)
downloadlightdm-git-028fdfbd3656d1e132f1ab08c8962209f9cf582f.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 9ef6b1da..a79c056c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -327,7 +327,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 \