From d2e5c9c96bec013baa47f93d99676ed03b070639 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 12 Jul 2022 09:11:41 +0200 Subject: [PATCH] test3: Fix a debug message Signed-off-by: Volker Lendecke Reviewed-by: Ralph Boehme --- source3/script/tests/test_timestamps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3