diff --git a/test/undo.t b/test/undo.t index 335d6b347..d6ad391e5 100755 --- a/test/undo.t +++ b/test/undo.t @@ -65,7 +65,7 @@ class TestUndo(TestCase): """Verify that en-passant changes during undo are an error""" self.t("add one") code, out, err = self.t.runError("undo +tag") - self.assertIn("Command line modifications are not supported by this command.", err) + self.assertIn("The undo command does not allow further task modification.", err) class TestBug634(TestCase):