From: Volker Lendecke Date: Tue, 12 Jul 2022 07:11:41 +0000 (+0200) Subject: test3: Fix a debug message X-Git-Tag: tevent-0.13.0~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d2e5c9c96bec013baa47f93d99676ed03b070639;p=thirdparty%2Fsamba.git test3: Fix a debug message Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- diff --git a/source3/script/tests/test_timestamps.sh b/source3/script/tests/test_timestamps.sh index c942ee14bcd..a158beb03d1 100755 --- a/source3/script/tests/test_timestamps.sh +++ b/source3/script/tests/test_timestamps.sh @@ -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