[PATCH] Write sed script directly into temp file, rather than a variable
commit28346d2d3c6e609a618c6c429d865e9d5d50b998
authorJon Seymour <jon.seymour@gmail.com>
Thu, 7 Jul 2005 00:50:07 +0000 (7 10:50 +1000)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 7 Jul 2005 01:00:28 +0000 (6 18:00 -0700)
tree68aab83e0497a2cce7ff28689883917884fc6584
parentf573571a218ddf0d48caaef33c8c7e4c59132b5f
[PATCH] Write sed script directly into temp file, rather than a variable

When sed uses \n rather than ; as a separator (for BSD sed(1) compat),
it is cleaner to use a file directly, rather than an environment
variable containing \n characters.

This change changes t/t6000 write to sed.script directly and changes
the other tests to remove knowledge of sed.script.

Signed-off-by: Jon Seymour <jon.seymour@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
t/t6000-lib.sh
t/t6001-rev-list-merge-order.sh
t/t6002-rev-list-bisect.sh
t/t6003-rev-list-topo-order.sh