examples: fix build on AIX6
[Samba/gebeck_regimport.git] / testsuite / nsswitch / bigfd.exp
blob62fc9ea7f35893d873b3a9204b2afafab4a8c9e8
2 # @(#) Test maximum number of clients (file descriptors) for winbindd
5 load_lib util-defs.exp
7 # Unimplemented - eek!
9 untested "bigfd"
10 return
12 # Compile bigfd.c
14 set output [target_compile "$srcdir/$subdir/bigfd.c" \
15 "$srcdir/$subdir/bigfd" executable {additional_flags="-g"}]
17 if {$output != ""} {
18 perror "compile bigfd"
19 puts $output
20 return
23 # Run bigfd
25 set output [util_start "$srcdir/$subdir/bigfd" "" ""]
26 puts $output
28 pass "bigfd"