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:57:47 +1200
commit5806931e52dfc6039ec537bab3e6d10ca908f007 (patch)
tree11790e73b6f6578175be953086ece201453e9565
parentb63033ce3a45800ec82eaa1b186d0241567d9556 (diff)
downloadlightdm-git-5806931e52dfc6039ec537bab3e6d10ca908f007.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 \