Use current 3.0 paramater names
[ira/wip.git] / testsuite / nsswitch / bigfd.exp
1 #
2 # @(#) Test maximum number of clients (file descriptors) for winbindd
3 #
4
5 load_lib util-defs.exp
6
7 # Unimplemented - eek!
8
9 untested "bigfd"
10 return
11
12 # Compile bigfd.c
13
14 set output [target_compile "$srcdir/$subdir/bigfd.c" \
15         "$srcdir/$subdir/bigfd" executable {additional_flags="-g"}]
16
17 if {$output != ""} {
18     perror "compile bigfd"
19     puts $output
20     return
21 }
22
23 # Run bigfd
24
25 set output [util_start "$srcdir/$subdir/bigfd" "" ""]
26 puts $output
27
28 pass "bigfd"