Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 153510 Details for
Bug 237687
convmv fails to build from sources
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
proposed patch for (testsuite.tar)suite/dotests.sh
a.patch (text/plain), 2.89 KB, created by
giuseppe bonacci
on 2007-04-26 13:36:58 UTC
(
hide
)
Description:
proposed patch for (testsuite.tar)suite/dotests.sh
Filename:
MIME Type:
Creator:
giuseppe bonacci
Created:
2007-04-26 13:36:58 UTC
Size:
2.89 KB
patch
obsolete
>--- dotests.sh.old 2006-06-26 00:01:16.000000000 +0200 >+++ dotests.sh 2007-04-26 15:33:26.000000000 +0200 >@@ -3,62 +3,63 @@ > # you might want to change this to GNU find's full path: > FIND=find > FINDEXP="%P -- %l\n" >-for dir in `ls -d test*` ; do $FIND $dir/ -printf "$FINDEXP" > out-$dir ; done >+ >+for dir in `ls -d test*` ; do $FIND $dir/ -printf "$FINDEXP" | sort > out-$dir ; done > # > echo smartness-test > rm -rf test.tmp > cp -r test test.tmp > ../convmv -f iso8859-15 -t utf8 --notest -r test.tmp > false >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test out.tmp > diff.tmp|| { echo "smartness-test failed." ; exit 1; } > # > echo double-utf8 test > ../convmv -f iso8859-15 -t utf8 --notest -r --nosmart test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test-utf8 out.tmp > diff.tmp|| { echo "double-utf8 test failed." ; exit 1; } > # > ../convmv -f utf8 -t iso8859-15 --notest -r test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test out.tmp > diff.tmp|| { echo undo-double-utf8 test failed. ; exit 1; } > # > echo utf8-to-iso8859-15-test > rm -r test.tmp > cp -r test test.tmp > ../convmv -f utf8 -t iso8859-15 --notest -r test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test-iso8859-15 out.tmp > diff.tmp|| { echo utf8-to-iso8859-15-test failed. ; exit 1; } > # > echo iso8859-15-to-utf8-test > rm -r test.tmp > cp -r test-iso8859-15 test.tmp > ../convmv -f iso8859-15 -t utf8 --notest -r test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test out.tmp > diff.tmp|| { echo iso8859-15-to-utf8-test failed. ; exit 1; } > # > echo nfc-test > rm -r test.tmp > cp -r test test.tmp > ../convmv -f utf-8 -t utf-8 --nfd --notest -r test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test-nfd out.tmp > diff.tmp|| { echo nfd-test failed. ; exit 1; } > # > ../convmv -f utf8 -t utf8 --nfc --notest -r test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test out.tmp > diff.tmp|| { echo nfc-test failed. ; exit 1; } > # > echo escaped-test > rm -r test.tmp > cp -r test-escaped test.tmp > ../convmv --unescape --notest -r test.tmp >-$FIND test.tmp -printf "$FINDEXP" > out.tmp >+$FIND test.tmp -printf "$FINDEXP" | sort > out.tmp > diff out-test out.tmp > diff.tmp|| { echo escaped-test failed. ; exit 1; } > # > echo upper-test > rm -r test.tmp > cp -r test test.tmp > ../convmv --upper -f utf8 --notest -r test.tmp >-$FIND TEST.TMP -printf "$FINDEXP" > out.tmp >+$FIND TEST.TMP -printf "$FINDEXP" | sort > out.tmp > diff out-test-upper out.tmp > diff.tmp|| { echo upper-test failed. ; exit 1; } > > echo All tests successful, cleaning up now ...
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 237687
: 153510