diff --git a/test/functions.source b/test/functions.source index 292d9b43..975bce4b 100644 --- a/test/functions.source +++ b/test/functions.source @@ -229,7 +229,7 @@ diffCheck() #run diff and check results if [ $PLATFORM == SunOS ]; then bdiff $diffargs "$test" "$good" - elif [ $PLATFORM == freebsd -o $PLATFORM == netbsd ]; then + elif [ $PLATFORM == FreeBSD -o $PLATFORM == NetBSD ]; then diff $diffargs "$test" "$good" else diff --binary $diffargs "$test" "$good"