summaryrefslogtreecommitdiff
path: root/source3/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source3/tests')
-rw-r--r--source3/tests/crack.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/source3/tests/crack.c b/source3/tests/crack.c
deleted file mode 100644
index 36119b3bbc..0000000000
--- a/source3/tests/crack.c
+++ /dev/null
@@ -1,12 +0,0 @@
-#include <crack.h>
-
-#ifndef HAVE_CRACKLIB_DICTPATH
-#ifndef CRACKLIB_DICTPATH
-#define CRACKLIB_DICTPATH SAMBA_CRACKLIB_DICTPATH
-#endif
-#endif
-
-int main(int argc, char **argv) {
- FascistCheck("Foo", CRACKLIB_DICTPATH);
- return 0;
-}