Codebase list icdiff / 96e9527
disable test that assumes being run in a git workdir Sascha Steinbiss 4 years ago
3 changed file(s) with 16 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * New upstream release.
33 * Bump Standards-Version.
44 * Use debhelper 12.
5 * Add patch to disable test that assumes being run in a git workdir.
56
67 -- Sascha Steinbiss <satta@debian.org> Wed, 25 Sep 2019 21:35:22 +0200
78
0 Description: disable test using git
1 Author: Sascha Steinbiss <satta@debian.org>
2 Last-Update: 2019-09-25
3 --- a/test.sh
4 +++ b/test.sh
5 @@ -144,7 +144,7 @@
6 check_gold gold-subcolors-bad-cat tests/input-{1,2}.txt --cols=80 --color-map='chnge:magenta,description:cyan_bold'
7 check_gold gold-subcolors-bad-fmt tests/input-{1,2}.txt --cols=80 --color-map='change:magenta:gold,description:cyan_bold'
8 check_gold gold-bad-encoding.txt tests/input-{1,2}.txt --encoding=nonexistend_encoding
9 -check_git_diff gitdiff-only-newlines.txt 4e86205629~1 4e86205629
10 +#check_git_diff gitdiff-only-newlines.txt 4e86205629~1 4e86205629
11
12 # Testing pipe behavior doesn't fit well with the check_gold system
13 $INVOCATION tests/input-{4,5}.txt 2>/tmp/icdiff-pipe-error-output | head -n 1
00 use-python3.patch
1 disable-git-test.patch