Skip to content

Commit 0ed54be

Browse files
committed
Ignore Django patch if it seems to be reversed
- Legacy-Id: 198
1 parent a5099d6 commit 0ed54be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/patch-django

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ django=$(python -c "import django; import os.path; print os.path.realpath(django
1212

1313
rsync -Cav $django $build/test/lib/
1414
cd $build/test/lib
15-
patch -p 3 -s -t < $build/test/r5106.patch
15+
patch -p 3 -s -t -N < $build/test/r5106.patch

0 commit comments

Comments
 (0)