diff options
Diffstat (limited to 'python/test_olm.sh')
-rwxr-xr-x | python/test_olm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/test_olm.sh b/python/test_olm.sh index 78cd3c2..b575cbf 100755 --- a/python/test_olm.sh +++ b/python/test_olm.sh @@ -1,6 +1,6 @@ #! /bin/bash -OLM="$(dirname $0)/olm.py" +OLM="python -m olm" ALICE_ACCOUNT=alice.account ALICE_SESSION=alice.session |