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