##// END OF EJS Templates
test-pager: make the test compatible with chg...
Saurabh Singh -
r34792:03033e44 default
parent child Browse files
Show More
@@ -216,16 +216,6 b' use shell=True in the subprocess call:'
216 216 date: Thu Jan 01 00:00:00 1970 +0000
217 217 summary: modify a 8
218 218
219 #else
220 Currently, chg has its own runpager implementation, which does not show the
221 "missing pager" message. The error message is globed out since the shell could
222 print different message.
223 $ hg log --limit 3 --config pager.pager=this-command-better-never-exist
224 /bin/sh: this-command-better-never-exist: command not found (?)
225 * (glob) (?)
226 killed!
227 [255]
228
229 219 #endif
230 220
231 221 A complicated pager command gets worse behavior. Bonus points if you can
General Comments 0
You need to be logged in to leave comments. Login now