added quick README file for smbpasswd LDAP scripts
[Samba.git] / testsuite / nsswitch / bigfd.exp
blobbda1a6db6cfb8645c18e8f1567f22d85ec71fd72
2 # @(#) Test maximum number of clients (file descriptors) for winbindd
5 load_lib util-defs.exp
6 load_lib "$srcdir/config/env.exp"
8 pass "bigfd"
9 return
11 # Compile bigfd.c
13 set output [target_compile "$srcdir/$subdir/bigfd.c" \
14 "$srcdir/$subdir/bigfd" executable {additional_flags="-g"}]
16 if {$output != ""} {
17 perror "compile bigfd"
18 puts $output
19 return
22 # Run bigfd
24 set output [util_start "$srcdir/$subdir/bigfd" "" ""]
25 puts $output
27 pass "bigfd"