1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s3:tests: Reformat test_tevent_glib_glue.sh

shfmt -f source3/script/| xargs shfmt -w -p -i 0 -fn

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
This commit is contained in:
Andreas Schneider 2022-04-22 15:34:11 +02:00 committed by Günther Deschner
parent a7fe9b5647
commit 7dce28b712

View File

@ -1,12 +1,12 @@
#!/bin/sh
incdir=`dirname $0`/../../../testprogs/blackbox
incdir=$(dirname $0)/../../../testprogs/blackbox
. $incdir/subunit.sh
failed=0
TESTNAME="tevent_glib_glue_test"
if [ ! -x $BINDIR/tevent_glib_glue_test ] ; then
if [ ! -x $BINDIR/tevent_glib_glue_test ]; then
subunit_start_test "$TESTNAME"
subunit_skip_test "$TESTNAME" <<EOF
Test needs glib2-devel
@ -14,8 +14,7 @@ EOF
testok $0 $failed
fi
testit "$TESTNAME" $VALGRIND $BINDIR/tevent_glib_glue_test ||
failed=`expr $failed + 1`
failed=$(expr $failed + 1)
testok $0 $failed