tests/test-copies-in-changeset.t
branchstable
changeset 49067 770e1352e9f9
parent 49066 65eda809b943
child 49184 eb5954f092a9
--- a/tests/test-copies-in-changeset.t	Mon Apr 18 20:39:31 2022 -0700
+++ b/tests/test-copies-in-changeset.t	Mon Apr 18 20:45:38 2022 -0700
@@ -331,8 +331,8 @@
   A l
   $ echo modified >> a
   $ hg rm l
-  $ hg commit --amend a 2>&1 | grep AttributeError
-  AttributeError: 'NoneType' object has no attribute 'renamed' (known-bad-output !)
+  $ hg commit --amend a
+  saved backup bundle to $TESTTMP/repo/.hg/strip-backup/*-*-amend.hg (glob)
 
   $ cd ..