tests: remove unnecessary --traceback argument
authorDan Villiom Podlaski Christiansen <dan.villiom.podlaski.christiansen@sallinggroup.com>
Fri, 27 Jan 2023 17:30:51 +0100
changeset 50088 2d0daf9c9d5d
parent 50086 76d44983a398
child 50090 a3c856e2ea2f
tests: remove unnecessary --traceback argument
tests/test-url-download.t
--- a/tests/test-url-download.t	Thu Feb 16 04:49:35 2023 +0100
+++ b/tests/test-url-download.t	Fri Jan 27 17:30:51 2023 +0100
@@ -52,7 +52,7 @@
   $ hg -R server debuglfput null.txt
   a57b57b39ee4dc3da1e03526596007f480ecdbe8
 
-  $ hg --traceback debugdownload "largefile://a57b57b39ee4dc3da1e03526596007f480ecdbe8" --config paths.default=http://localhost:$HGPORT/
+  $ hg debugdownload "largefile://a57b57b39ee4dc3da1e03526596007f480ecdbe8" --config paths.default=http://localhost:$HGPORT/
   1 0000000000000000000000000000000000000000
 
 from within a repository