commit - 1a2caa879848860d601eb87af3c0b722c610c2fd
commit + 5c401bb74bd705e3bf29b9e822453f714af791d0
blob - abd876817c1ec5b91e6d494b70c900bb50413493
blob + 64d35a24e1ecccf1e6e9472476a2d076281f3957
--- regress/cmdline/checkout.sh
+++ regress/cmdline/checkout.sh
# Checkout should still work; if it does not, then either there is
# a bug or the fixed limit used by this test case is no longer valid
# and must be raised. Use a subshell to avoid changing global ulimit.
- (ulimit -n 20; got checkout -q $testroot/repo $testroot/wt \
+ (ulimit -n 32; got checkout -q $testroot/repo $testroot/wt \
> $testroot/stdout)
ret=$?
if [ $ret -ne 0 ]; then