X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/031f8feb8a0ce8c536e5121f51634ec0565ed403..2d0cdf2b2501a0d19726f1d5ba06e4596c77c6b7:/tests/dtest.py diff --git a/tests/dtest.py b/tests/dtest.py index 3937eb6..fff1866 100644 --- a/tests/dtest.py +++ b/tests/dtest.py @@ -87,7 +87,7 @@ Make track with relative path S exist""" trackdir = os.path.dirname(trackpath) if not os.path.exists(trackdir): os.makedirs(trackdir) - copyfile("%s/sounds/slap.ogg" % top_srcdir, trackpath) + copyfile("%s/sounds/long.ogg" % top_srcdir, trackpath) # We record the tracks we created so they can be tested against # server responses. We put them into NFC since that's what the server # uses internally.