Skip to content
Snippets Groups Projects
Commit f680ed10 authored by Jim Hague's avatar Jim Hague
Browse files

tests: fix command line overflow on ksh

"<command> `hg manifest`" overflows the puny 1024 byte command line length
limit on AIX default shell ksh. Replace with "hg manifest | xargs <command>".
parent 73aaff46
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment