changeset 50088:2d0daf9c9d5d

tests: remove unnecessary --traceback argument
author Dan Villiom Podlaski Christiansen <dan.villiom.podlaski.christiansen@sallinggroup.com>
date Fri, 27 Jan 2023 17:30:51 +0100
parents 76d44983a398
children a3c856e2ea2f
files tests/test-url-download.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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