author | Jon Seymour <jon.seymour@gmail.com> | |
Thu, 7 Jul 2005 00:50:07 +0000 (10:50 +1000) | ||
committer | Linus Torvalds <torvalds@g5.osdl.org> | |
Thu, 7 Jul 2005 01:00:28 +0000 (18:00 -0700) | ||
commit | 28346d2d3c6e609a618c6c429d865e9d5d50b998 | |
tree | 68aab83e0497a2cce7ff28689883917884fc6584 | tree | snapshot |
parent | f573571a218ddf0d48caaef33c8c7e4c59132b5f | commit | diff |
[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>
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 | diff | blob | history | |
t/t6001-rev-list-merge-order.sh | diff | blob | history | |
t/t6002-rev-list-bisect.sh | diff | blob | history | |
t/t6003-rev-list-topo-order.sh | diff | blob | history |