summaryrefslogtreecommitdiff
path: root/source3/script/tests/test_smbclient_s3.sh
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-10-17 10:38:44 -0700
committerJeremy Allison <jra@samba.org>2009-10-17 10:38:44 -0700
commit096589aead97f52b5009970d28a00a6d1a205a7e (patch)
treea66a2319e23550661137ccafec9819dff8f7f430 /source3/script/tests/test_smbclient_s3.sh
parent7c51fa6d699a653cafa90df8e44911b576118ebd (diff)
downloadsamba-096589aead97f52b5009970d28a00a6d1a205a7e.tar.gz
samba-096589aead97f52b5009970d28a00a6d1a205a7e.tar.bz2
samba-096589aead97f52b5009970d28a00a6d1a205a7e.zip
Trying to find out why the posix_unlink test build farm is still failing even
though we're now successfully deleting the symlink. Jeremy.
Diffstat (limited to 'source3/script/tests/test_smbclient_s3.sh')
-rwxr-xr-xsource3/script/tests/test_smbclient_s3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh
index f10bfeac39..3ff9597ceb 100755
--- a/source3/script/tests/test_smbclient_s3.sh
+++ b/source3/script/tests/test_smbclient_s3.sh
@@ -108,7 +108,7 @@ EOF
if [ $ret != 0 ] ; then
echo "$out"
- echo "failed create then delete bad symlink"
+ echo "failed create then delete bad symlink with error $ret"
false
return
fi