From 3b387d81e63893ed3fe3b45e3721fbcfb1c5dde0 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 10:29:05 -0400 Subject: tests: Split test cases into separate files --- tests/common/execdir_ulimit.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/common/execdir_ulimit.sh (limited to 'tests/common/execdir_ulimit.sh') diff --git a/tests/common/execdir_ulimit.sh b/tests/common/execdir_ulimit.sh new file mode 100644 index 0000000..6da8783 --- /dev/null +++ b/tests/common/execdir_ulimit.sh @@ -0,0 +1,7 @@ +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/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 13 +bfs_diff scratch -execdir echo {} \; -- cgit v1.2.3