mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
s3:script: Fix shellcheck errors in test_dfree_command.sh
source3/script/tests/test_dfree_command.sh:38:59: error: Double quote array expansions to avoid re-splitting elements. [SC2068] Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
This commit is contained in:
parent
3f080f7db6
commit
8c23b829a1
@ -35,7 +35,7 @@ test_smbclient_dfree()
|
||||
shift
|
||||
shift
|
||||
subunit_start_test "$name"
|
||||
output=$($VALGRIND $smbclient //$SERVER/$share -c "$cmd" $@ 2>&1)
|
||||
output=$($VALGRIND $smbclient //$SERVER/$share -c "$cmd" "$@" 2>&1)
|
||||
status=$?
|
||||
if [ x$status = x0 ]; then
|
||||
received=$(echo "$output" | awk '/blocks of size/ {print $1, $5, $6}')
|
||||
|
Loading…
x
Reference in New Issue
Block a user