From 4c2c4bc334b0ef5e4fbbcf6c570413688397dfee Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 28 Mar 2016 22:19:23 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- patch-test/test | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patch-test/test b/patch-test/test index 9fd6f5a..1dd4783 100755 --- a/patch-test/test +++ b/patch-test/test @@ -395,10 +395,10 @@ oflagless () cd tmp printf '%s\n' 1 2 3 4 5 > old printf '%s\n' 1 2 3 x 4 5 > new - diff old new > patch-u - $p old < patch-u + diff old new > patch + $p old < patch diff old new > /dev/null - report $? "oflagless -u" + report $? "oflagless" cd .. rm -r tmp } -- cgit v1.2.3-70-g09d2