From 157eeb01c364485bbe9e46d31acdb58d9ef1e6c9 Mon Sep 17 00:00:00 2001 From: rocky Date: Sun, 29 Feb 2004 16:18:53 +0000 Subject: [PATCH] diff program and opts somehow sneaked in here. --- test/check_common_fn.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/check_common_fn.in b/test/check_common_fn.in index 49496767..b3858176 100755 --- a/test/check_common_fn.in +++ b/test/check_common_fn.in @@ -1,4 +1,4 @@ -# $Id: check_common_fn.in,v 1.5 2004/02/29 15:42:30 rocky Exp $ +# $Id: check_common_fn.in,v 1.6 2004/02/29 16:18:53 rocky Exp $ # # Copyright (C) 2003 Rocky Bernstein # @@ -89,7 +89,7 @@ test_iso_info() { if ${ISO_INFO} --no-header ${opts} >${outfile} 2>&1 ; then if test "/usr/bin/diff" != no; then - if /usr/bin/diff -w --unified ${outfile} ${rightfile} ; then + if @DIFF@ @DIFF_OPTS@ ${outfile} ${rightfile} ; then rm -f $outfile return 0 else