FreeBSD Bugzilla – Attachment 171900 Details for
Bug 195929
usr.bin/sed -- constify, remove line-length limits
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Script for using GNU sed's tests to verify ours
test.sh (text/plain), 645 bytes, created by
Mikhail Teterin
on 2016-06-28 03:47:53 UTC
(
hide
)
Description:
Script for using GNU sed's tests to verify ours
Filename:
MIME Type:
Creator:
Mikhail Teterin
Created:
2016-06-28 03:47:53 UTC
Size:
645 bytes
patch
obsolete
>#!/bin/sh > >TDIR=`make -C /usr/ports/textproc/gsed -V WRKSRC`/testsuite >_SED=`make -V .OBJDIR`/sed > >export CHARSETALIASDIR=/home/ports/textproc/gsed/work/sed-4.2.2/lib >export MAKE=gmake >export srcdir=$TDIR > >for tst in appquit enable sep inclib 8bit xabcx dollar \ > numsub numsub2 numsub3 numsub4 \ > numsub5 bkslashes head mac-mf empty newjis \ > recall fasts uniq manis \ > khadafy linecnt distrib y-newline \ > allsub cv-vars classes middle stdin \ > insens subwrite writeout readin brackets >do > export SED="valgrind --log-file=$tst.log $_SED" > #export SED=$_SED > if $TDIR/runtest $tst > then > echo $tst succeeded > else > echo $tst failed > fi >done
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 195929
:
150515
|
150516
|
150518
|
150536
|
150558
|
150663
|
152797
|
153006
|
171898
| 171900 |
172273
|
172402
|
172403
|
172409
|
172442
|
172615
|
172616
|
172618