git.samba.org
/
ira
/
wip.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught by...
[ira/wip.git]
/
source3
/
script
/
tests
/
test_smbclient_s3.sh
diff --git
a/source3/script/tests/test_smbclient_s3.sh
b/source3/script/tests/test_smbclient_s3.sh
index b0199a390b089dacc6b053c99c52a7e27524e75f..f10bfeac3946bac03ccb9fafb4c91deb0d5dfb19 100755
(executable)
--- 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