Erk, I forgot that regress.in has an ending newline, so change the test for

transliterate to use echo -n to supress newline and a simple string.
This commit is contained in:
Juli Mallett 2002-06-26 16:57:36 +00:00
parent 6a26192ada
commit 806893862d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=98881
2 changed files with 2 additions and 5 deletions

View File

@ -5,6 +5,6 @@ REGRESSION_START($1)
REGRESSION_TEST(`G', `sed G < regress.in')
REGRESSION_TEST(`P', `sed P < regress.in')
REGRESSION_TEST(`psl', `sed \$!g\;P\;D < regress.in')
REGRESSION_TEST(`y', `sed y/\(\)/{}/ < regress.in')
REGRESSION_TEST(`y', `echo -n foo | sed y/o/O/')
REGRESSION_END()

View File

@ -1,4 +1 @@
input
data
for validation
of sed{1}
fOo