mirror of https://gitee.com/openkylin/quilt.git
Fix intermittently failing test
Bug-Debian: https://bugs.debian.org/913246 Due to an exchanged output order of stdout and stderr, the test sometimes fails. Gbp-Pq: Name fix-faildiff-test.patch
This commit is contained in:
parent
ba56d57803
commit
92fe9ca612
|
@ -27,7 +27,7 @@ What happens on binary files?
|
|||
> File test.bin added to patch %{P}test.diff
|
||||
|
||||
$ printf "\\003\\000\\001" > test.bin
|
||||
$ quilt diff -pab --no-index
|
||||
$ quilt diff -pab --no-index 2>&1
|
||||
>~ (Files|Binary files) a/test\.bin and b/test\.bin differ
|
||||
> Diff failed on file 'test.bin', aborting
|
||||
$ echo %{?}
|
||||
|
|
Loading…
Reference in New Issue