813ec65a4d
2003-11-12 Ulrich Drepper <drepper@redhat.com> * posix/PTESTS: Cleanup. Fix typoes. Correct bugs in 2003.2. * posix/runptests.c (main): Handle comments. * posix/PTESTS2C.sed: Handle comments.
7 lines
185 B
Sed
7 lines
185 B
Sed
/^##/d
|
|
s/^# \(.*\)/ { 0, 0, "\1", NULL, },/
|
|
s/^#W \(.*\)/ { 0, 0, NULL, "\1" },/
|
|
s/\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\([^¦]*\)¦\(.*\)/ { \1, \2, "\3", "\4", \5 },/
|
|
s/\\/\\\\/g
|
|
s/
|
|
/\\r/g
|