From 1960ff51adee6ff97e59f683809ca04df3fa8bc2 Mon Sep 17 00:00:00 2001 From: arai Date: Sun, 20 May 2007 14:17:59 +0000 Subject: [PATCH] * tests/lha-test12: should not use the raw CR code. (when checkout from SVN repos, raw CR code is removed.) git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@867 6a8cc165-1e22-0410-a132-eb4e3f353aba --- ChangeLog | 7 +++++++ tests/lha-test12 | 10 ++++------ 2 files changed, 11 insertions(+), 6 deletions(-) mode change 100644 => 100755 ChangeLog mode change 100644 => 100755 tests/lha-test12 diff --git a/ChangeLog b/ChangeLog old mode 100644 new mode 100755 index 399279f..5186a1f --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-05-20 Koji Arai + + * repository changed into the Subversion. + + * tests/lha-test12: should not use the raw CR code. + (when checkout from SVN repos, raw CR code is removed.) + 2007-02-24 Koji Arai * src/lharc.c (print_tiny_usage, parse_suboption): added a long diff --git a/tests/lha-test12 b/tests/lha-test12 old mode 100644 new mode 100755 index 49eaf5f..96bd796 --- a/tests/lha-test12 +++ b/tests/lha-test12 @@ -18,14 +18,12 @@ diff -r test-1 test-tmp-crlf esac test $? -ne 0 check $? $LINENO -sed -e 's/$/ -/' < test-a | diff test-tmp-crlf/test-a - + +sed -e 's/$/X/' < test-a | tr 'X' '\015' | diff test-tmp-crlf/test-a - check $? $LINENO -sed -e 's/$/ -/' < test-b | diff test-tmp-crlf/test-b - +sed -e 's/$/X/' < test-b | tr 'X' '\015' | diff test-tmp-crlf/test-b - check $? $LINENO -sed -e 's/$/ -/' < test-c | diff test-tmp-crlf/test-c - +sed -e 's/$/X/' < test-c | tr 'X' '\015' | diff test-tmp-crlf/test-c - check $? $LINENO # CR LF to LF $lha xtw=test-tmp-nl test-tmp-crlf.lzh -- 2.11.0