# HG changeset patch # User Pierre-Yves David # Date 2023-12-11 10:50:55 # Node ID 2e0b2a387502d9759032704c41bf731ce5420ade # Parent cf23a8432f51d2ba75d703d310cee3376925f132 test-transaction-safety: glog out irrelevant flag The test is focussing on the inline flag, so we glob out the other to highlight that fact and prevent noise in the future. diff --git a/tests/test-transaction-safety.t b/tests/test-transaction-safety.t --- a/tests/test-transaction-safety.t +++ b/tests/test-transaction-safety.t @@ -155,7 +155,7 @@ the repository should still be inline (f #if revlogv1 $ hg debugrevlog of | grep inline - flags : inline, generaldelta + flags : inline, * (glob) #endif @@ -167,7 +167,7 @@ the repository should still be inline (f #if revlogv1 $ hg debugrevlog of | grep inline - flags : inline, generaldelta + flags : inline, * (glob) #endif @@ -180,7 +180,7 @@ the repository should still be inline (f #if revlogv1 $ hg debugrevlog of | grep inline - flags : inline, generaldelta + flags : inline, * (glob) #endif @@ -192,7 +192,7 @@ the repository should still be inline (f #if revlogv1 $ hg debugrevlog of | grep inline - flags : inline, generaldelta + flags : inline, * (glob) #endif @@ -206,7 +206,7 @@ the repository should still be inline (f #if revlogv1 $ hg debugrevlog of | grep inline - flags : inline, generaldelta + flags : inline, * (glob) #endif @@ -218,7 +218,7 @@ the repository should no longer be inlin #if revlogv1 $ hg debugrevlog of | grep inline - flags : inline, generaldelta + flags : inline, * (glob) #endif