From f4ff4bce1ea6ae67609d8070117305dc9614b6d2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 28 Jun 2019 17:18:14 -0400 Subject: tests: Relax test_execdir_ulimit so that GNU find passes --- tests.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests.sh') diff --git a/tests.sh b/tests.sh index 32019a3..269a5e0 100755 --- a/tests.sh +++ b/tests.sh @@ -1420,11 +1420,11 @@ function test_execdir_slashes() { function test_execdir_ulimit() { rm -rf scratch/* - mkdir -p scratch/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t - mkdir -p scratch/a/b/c/d/e/f/g/h/i/j/0/1/2/3/4/5/6/7/8/9 + mkdir -p scratch/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z + mkdir -p scratch/a/b/c/d/e/f/g/h/i/j/k/l/m/0/1/2/3/4/5/6/7/8/9/A/B/C closefrom 4 - ulimit -n 10 + ulimit -n 13 bfs_diff scratch -execdir echo '{}' ';' } -- cgit v1.2.3