diff options
author | Jeremy Allison <jra@samba.org> | 2009-10-16 16:37:20 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-10-16 16:38:59 -0700 |
commit | 010dfbf1fd26718ad197e3428ed0b03111f6c9e5 (patch) | |
tree | adc082fb10c9b5ed062c2d7e8612e0cffcca2f93 /source3/script | |
parent | 7655282ede0375a0de4102c2b8f27cf8985bd71c (diff) | |
download | samba-010dfbf1fd26718ad197e3428ed0b03111f6c9e5.tar.gz samba-010dfbf1fd26718ad197e3428ed0b03111f6c9e5.tar.xz samba-010dfbf1fd26718ad197e3428ed0b03111f6c9e5.zip |
Fix one missing STAT -> LSTAT with POSIX pathnames in vfs_xattr_tdb.c. Caught by the torture tester. I love unit tests :-). Jeremy.
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/tests/test_smbclient_s3.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/script/tests/test_smbclient_s3.sh b/source3/script/tests/test_smbclient_s3.sh index b0199a390b0..f10bfeac394 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 |