diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-11-06 09:12:53 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:05:33 -0500 |
commit | a9158e0d47636e25ce374391cd9b02df3d27b390 (patch) | |
tree | 3724958af5445d10da788f83459b8a3f18b51a81 /source4/torture/config.mk | |
parent | 439c1524fba3b58abe9e353f9ff2bd7f103f3d12 (diff) | |
download | samba-a9158e0d47636e25ce374391cd9b02df3d27b390.tar.gz samba-a9158e0d47636e25ce374391cd9b02df3d27b390.tar.bz2 samba-a9158e0d47636e25ce374391cd9b02df3d27b390.zip |
r3574: the RAW-OPEN test changes broke a couple of the other tests. This
fixes most of them, although RAW-SEARCH still fails (due to an
interaction with the new xattr code)
(This used to be commit 09b4652b40c4cfca027765178bd5a0adbaa666c2)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index aa77238ec5..8a621e2f9f 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -15,6 +15,7 @@ ADD_OBJ_FILES = \ torture/basic/rename.o \ torture/basic/dir.o \ torture/basic/delete.o \ + torture/basic/unlink.o \ torture/basic/attr.o REQUIRED_SUBSYSTEMS = \ LIBSMB |