comparison tests/test-convert-svn-encoding.t @ 17347:2da47de36b6f

check-code: fix check for trailing whitespace on continued lines too The tests in test-annotate.t and test-import-git.t that relied on trailing space in a file created by a here string is now masked by a literal 'EOL' string that is removed.
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 08 Aug 2012 18:10:37 +0200
parents 301725c3df9a
children aa9385f983fa
comparison
equal deleted inserted replaced
17346:2944a6d35158 17347:2da47de36b6f
1 1
2 $ "$TESTDIR/hghave" svn svn-bindings || exit 80 2 $ "$TESTDIR/hghave" svn svn-bindings || exit 80
3 3
4 $ cat >> $HGRCPATH <<EOF 4 $ cat >> $HGRCPATH <<EOF
5 > [extensions] 5 > [extensions]
6 > convert = 6 > convert =
7 > graphlog = 7 > graphlog =
8 > EOF 8 > EOF
9 9
10 $ svnadmin create svn-repo 10 $ svnadmin create svn-repo
11 $ svnadmin load -q svn-repo < "$TESTDIR/svn/encoding.svndump" 11 $ svnadmin load -q svn-repo < "$TESTDIR/svn/encoding.svndump"