From 096589aead97f52b5009970d28a00a6d1a205a7e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 17 Oct 2009 10:38:44 -0700 Subject: Trying to find out why the posix_unlink test build farm is still failing even though we're now successfully deleting the symlink. Jeremy. --- source3/script/tests/test_smbclient_s3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit