tests/test-remotefilelog-http.t
changeset 41252 a495435d980e
parent 40722 0800d9e6e216
child 47063 1d075b857c90
--- a/tests/test-remotefilelog-http.t	Wed Jan 16 10:58:09 2019 -0500
+++ b/tests/test-remotefilelog-http.t	Wed Jan 16 10:58:31 2019 -0500
@@ -15,7 +15,7 @@
 
 Build a query string for later use:
   $ GET=`hg debugdata -m 0 | $PYTHON -c \
-  > 'import sys ; print [("?cmd=x_rfl_getfile&file=%s&node=%s" % tuple(s.split("\0"))) for s in sys.stdin.read().splitlines()][0]'`
+  > 'import sys ; print([("?cmd=x_rfl_getfile&file=%s&node=%s" % tuple(s.split("\0"))) for s in sys.stdin.read().splitlines()][0])'`
 
   $ cd ..
   $ cat hg1.pid >> $DAEMON_PIDS