From 010dfbf1fd26718ad197e3428ed0b03111f6c9e5 Mon Sep 17 00:00:00 2001
From: Jeremy Allison <jra@samba.org>
Date: Fri, 16 Oct 2009 16:37:20 -0700
Subject: Fix one missing STAT -> LSTAT with POSIX pathnames in
 vfs_xattr_tdb.c. Caught by the torture tester. I love unit tests :-). Jeremy.

---
 source3/script/tests/test_smbclient_s3.sh | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'source3/script/tests')

diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh
index b0199a390b..f10bfeac39 100755
--- a/source3/script/tests/test_smbclient_s3.sh
+++ b/source3/script/tests/test_smbclient_s3.sh
@@ -94,6 +94,7 @@ test_bad_symlink()
 
     cat > $tmpfile <<EOF
 posix
+posix_unlink newname
 symlink badname newname
 posix_unlink newname
 quit
@@ -118,6 +119,7 @@ EOF
 	# got the correct prompt .. succeed
 	true
     else
+	echo "$out"
 	echo failed create then delete bad symlink
 	false
     fi
-- 
cgit