diff options
Diffstat (limited to 'tools/test/iconv/tablegen/cmp.sh')
-rwxr-xr-x | tools/test/iconv/tablegen/cmp.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/test/iconv/tablegen/cmp.sh b/tools/test/iconv/tablegen/cmp.sh new file mode 100755 index 000000000000..50664c422e9f --- /dev/null +++ b/tools/test/iconv/tablegen/cmp.sh @@ -0,0 +1,4 @@ +#!/bin/sh +# $FreeBSD$ + +diff -I\$FreeBSD$1 $2 | grep '^-' >/dev/null && printf "\tDIFFER: $1 $2\n" && exit 0 || exit 0 |