X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/bf219db9f91e923842dd54d6534156c92a583c8a..1e97629da2ea6c1ae328912ba82d4595eb08b700:/tests/play.py diff --git a/tests/play.py b/tests/play.py index 43deaff..35cc7a3 100755 --- a/tests/play.py +++ b/tests/play.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python -u # # This file is part of DisOrder. # Copyright (C) 2007, 2008 Richard Kettlewell @@ -24,6 +24,7 @@ def test(): """Play some tracks""" dtest.start_daemon() dtest.create_user() + dtest.rescan() # ensure all files are scanned c = disorder.client() c.random_disable() assert c.random_enabled() == False