diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-17 10:38:44 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-17 10:38:44 -0700 |
commit | 096589aead97f52b5009970d28a00a6d1a205a7e (patch) | |
tree | a66a2319e23550661137ccafec9819dff8f7f430 | |
parent | 7c51fa6d699a653cafa90df8e44911b576118ebd (diff) | |
download | samba-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.
-rwxr-xr-x | source3/script/tests/test_smbclient_s3.sh | 2 |
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 |