From: Andreas Schneider Date: Fri, 22 Apr 2022 13:34:12 +0000 (+0200) Subject: s3:tests: Reformat test_wbinfo_sids2xids.sh X-Git-Tag: tevent-0.13.0~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e652a764df8862a3b1c208edfb86dedb63e9b361;p=thirdparty%2Fsamba.git s3:tests: Reformat test_wbinfo_sids2xids.sh shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner --- diff --git a/source3/script/tests/test_wbinfo_sids2xids.sh b/source3/script/tests/test_wbinfo_sids2xids.sh index c50060531d5..b07aebfe36f 100755 --- a/source3/script/tests/test_wbinfo_sids2xids.sh +++ b/source3/script/tests/test_wbinfo_sids2xids.sh @@ -2,11 +2,11 @@ WBINFO="$VALGRIND ${WBINFO:-$BINDIR/wbinfo} $CONFIGURATION" NET="$VALGRIND ${NET:-$BINDIR/net} $CONFIGURATION" -TEST_INT=`dirname $0`/test_wbinfo_sids2xids_int.py +TEST_INT=$(dirname $0)/test_wbinfo_sids2xids_int.py -incdir=`dirname $0`/../../../testprogs/blackbox +incdir=$(dirname $0)/../../../testprogs/blackbox . $incdir/subunit.sh -testit "sids2xids" ${TEST_INT} ${WBINFO} ${NET} || failed=`expr $failed + 1` +testit "sids2xids" ${TEST_INT} ${WBINFO} ${NET} || failed=$(expr $failed + 1) testok $0 $failed