From 80622a6b4aaee6b4b72c09530367ca7ca3542a3f Mon Sep 17 00:00:00 2001 From: David Sterba Date: Fri, 24 Jan 2014 12:04:33 +1100 Subject: [PATCH] xfstests: don't suggest to run full diff when DIFF_LENGTH is 0 If DIFF_LENGTH is set to 0, the full output is available and the message does not make sense. Signed-off-by: David Sterba Reviewed-by: Dave Chinner Signed-off-by: Dave Chinner --- check | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/check b/check index 61fb91b8..e8d39438 100755 --- a/check +++ b/check @@ -510,11 +510,11 @@ do cat else head -n "$DIFF_LENGTH" + echo "..." + echo "(Run '$diff $seq.out $seqres.out.bad'" \ + " to see the entire diff)" fi; } | \ sed -e 's/^\(.\)/ \1/' - echo " ..." - echo " (Run '$diff $seq.out $seqres.out.bad' to see the" \ - "entire diff)" err=true fi fi -- 2.39.5