Commit Diff


commit - 711bec03cb52c156a80885f2ee8ad7fce27dd57e
commit + 113ee344094a73718b3461c8a36110c48107f67d
blob - 64d35a24e1ecccf1e6e9472476a2d076281f3957
blob + 68e0227e67176703391ab5f32a7cd9a9d1a91bce
--- regress/cmdline/checkout.sh
+++ regress/cmdline/checkout.sh
@@ -901,7 +901,7 @@ test_checkout_ulimit_n() {
 	# 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 32; got checkout -q $testroot/repo $testroot/wt \
+	(ulimit -n 33; got checkout -q $testroot/repo $testroot/wt \
 		> $testroot/stdout)
 	ret=$?
 	if [ $ret -ne 0 ]; then