tests/test-pager.t
changeset 48185 2f2107c01dee
parent 47807 bc74cb9a8e40
child 48256 56d037d07395
--- a/tests/test-pager.t	Fri Oct 08 13:34:33 2021 -0700
+++ b/tests/test-pager.t	Fri Oct 08 13:36:02 2021 -0700
@@ -219,8 +219,7 @@
 #endif
 
 A complicated pager command gets worse behavior. Bonus points if you can
-improve this. Windows apparently does this better, but only sometimes?
-#if windows
+improve this.
   $ hg log --limit 3 \
   >   --config pager.pager='this-command-better-never-exist --seriously' \
   >  2>/dev/null || true
@@ -240,11 +239,6 @@
   date:        Thu Jan 01 00:00:00 1970 +0000 (?)
   summary:     modify a 8 (?)
    (?)
-#else
-  $ hg log --limit 3 \
-  >   --config pager.pager='this-command-better-never-exist --seriously' \
-  >  2>/dev/null || true
-#endif
 
 Pager works with shell aliases.