mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
s3:script: Fix test_dfree_quota.sh
source3/script/tests/test_dfree_quota.sh: line 200: [: missing `]' BUG: https://bugzilla.samba.org/show_bug.cgi?id=14550 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
This commit is contained in:
parent
63a4e88358
commit
9bc9f8ce66
@ -197,7 +197,7 @@ test_smbcquotas() {
|
||||
return $status
|
||||
}
|
||||
|
||||
if [ $protocol != "SMB3" -a $protocol != "NT1"]; then
|
||||
if [ $protocol != "SMB3" ] && [ $protocol != "NT1" ]; then
|
||||
echo "unsupported protocol $protocol" | subunit_fail_test "Test dfree quota"
|
||||
failed=`expr $failed + 1`
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user