diff tests/test-topic-push.t @ 6098:442771901e01

tests: update exit codes for dealing with RepoLookupError CORE-TEST-OUTPUT-UPDATE: 8c4881c07f57
author Anton Shestakov <av6@dwimlabs.net>
date Fri, 03 Dec 2021 10:46:49 +0300
parents f0d46ffbf1bb
children 4feea1ecde1c caf302fb8f4d
line wrap: on
line diff
--- a/tests/test-topic-push.t	Thu Nov 18 17:40:48 2021 +0300
+++ b/tests/test-topic-push.t	Fri Dec 03 10:46:49 2021 +0300
@@ -211,10 +211,10 @@
 
   $ hg outgoing draft --topic nonexistent
   abort: topic 'nonexistent' does not exist
-  [255]
+  [10]
   $ hg push draft --topic nonexistent
   abort: topic 'nonexistent' does not exist
-  [255]
+  [10]
 
   $ hg up babar
   switching to topic babar