#!/bin/sh local_tests=`bin/smbtorture --list | grep "^LOCAL-" | xargs` if [ `uname` = "Linux" ]; then # testing against the system iconv only makes sense for our 'reference' iconv # behaviour local_tests="$local_tests LOCAL-ICONV" fi if [ $# -lt 0 ]; then cat <