Report abuse


			
* FAIL 2: apply --numstat


                git apply --numstat diff.output >actual &&
                {
                        echo "0 1       file1" &&
                        echo "0 1       file2"
                } >expect &&
                diff -u expect actual


*   ok 3: apply --apply
* failed 1 among 3 test(s)
make[1]: *** [t4118-apply-empty-context.sh] Error 1
make: *** [test] Error 2