]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
test3: Fix a debug message
authorVolker Lendecke <vl@samba.org>
Tue, 12 Jul 2022 07:11:41 +0000 (09:11 +0200)
committerRalph Boehme <slow@samba.org>
Mon, 25 Jul 2022 12:04:33 +0000 (12:04 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/script/tests/test_timestamps.sh

index c942ee14bcda874f3bc784c731b7834feccf73a4..a158beb03d1a0f737990270ba3aeb05a31430fb1 100755 (executable)
@@ -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