1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/testsuite/nsswitch/bigfd.exp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
464 B
Plaintext
Raw Normal View History

#
# @(#) Test maximum number of clients (file descriptors) for winbindd
#
load_lib util-defs.exp
# Unimplemented - eek!
untested "bigfd"
return
# Compile bigfd.c
set output [target_compile "$srcdir/$subdir/bigfd.c" \
"$srcdir/$subdir/bigfd" executable {additional_flags="-g"}]
if {$output != ""} {
perror "compile bigfd"
puts $output
return
}
# Run bigfd
set output [util_start "$srcdir/$subdir/bigfd" "" ""]
puts $output
pass "bigfd"