1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-28 01:58:17 +03:00

test3: Fix a debug message

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
This commit is contained in:
Volker Lendecke 2022-07-12 09:11:41 +02:00 committed by Ralph Boehme
parent 5c702e03f5
commit d2e5c9c96b

View File

@ -46,7 +46,7 @@ test_time()
$SMBCLIENT //$SERVER/tmp -U $USERNAME%$PASSWORD -c "allinfo $file"
out=$($SMBCLIENT //$SERVER/tmp -U $USERNAME%$PASSWORD -c "allinfo $file" 2>&1) || return 1
echo "smbclient allinfo on $fname returned: \"$out\""
echo "smbclient allinfo on $file returned: \"$out\""
# Ignore create_time as that is synthesized
for time in access_time write_time change_time; do