X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Ftest-lib.sh;h=bb32e97b2af747b35a2db1d82b44d6cc8333d244;hp=67be917eb94299c609773ab31a2d798c5b172daa;hb=2c5eed16b3b0bff9b6f488d3949ebdb62e8d1c35;hpb=9916dea47319745632d7c0b61e5572ee559108ad diff --git a/test/test-lib.sh b/test/test-lib.sh index 67be917e..bb32e97b 100644 --- a/test/test-lib.sh +++ b/test/test-lib.sh @@ -667,7 +667,7 @@ test_expect_equal_json () { # Sort the top-level list of JSON data from stdin. test_sort_json () { - PYTHONIOENCODING=utf-8 python -c \ + PYTHONIOENCODING=utf-8 $NOTMUCH_PYTHON -c \ "import sys, json; json.dump(sorted(json.load(sys.stdin)),sys.stdout)" }