mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3:tests: Reformat test_open_eintr.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:
parent
478ed598f9
commit
e01f7d7250
@ -10,11 +10,16 @@ if [ $# -lt 5 ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
CONF=$1; shift 1
|
||||
SMBCLIENT=$1; shift 1
|
||||
SMBCONTROL=$1; shift 1
|
||||
SERVER=$1; shift 1
|
||||
SHARE=$1; shift 1
|
||||
CONF=$1
|
||||
shift 1
|
||||
SMBCLIENT=$1
|
||||
shift 1
|
||||
SMBCONTROL=$1
|
||||
shift 1
|
||||
SERVER=$1
|
||||
shift 1
|
||||
SHARE=$1
|
||||
shift 1
|
||||
|
||||
# Do not let deprecated option warnings muck this up
|
||||
SAMBA_DEPRECATED_SUPPRESS=1
|
||||
@ -33,7 +38,8 @@ cd $SELFTEST_TMPDIR || exit 1
|
||||
rm -f smbclient-stdin smbclient-stdout smbclient-stderr
|
||||
mkfifo smbclient-stdin smbclient-stdout smbclient-stderr
|
||||
|
||||
CLI_FORCE_INTERACTIVE=1; export CLI_FORCE_INTERACTIVE
|
||||
CLI_FORCE_INTERACTIVE=1
|
||||
export CLI_FORCE_INTERACTIVE
|
||||
|
||||
${SMBCLIENT} //${SERVER}/${SHARE} ${CONF} -U${USER}%${PASSWORD} \
|
||||
<smbclient-stdin >smbclient-stdout 2>smbclient-stderr &
|
||||
|
Loading…
Reference in New Issue
Block a user