Skip to content

Commit 6861ac8

Browse files
Denton-Lgitster
authored andcommitted
t5324: reorder run_with_limited_open_files test_might_fail
In the future, we plan on only allowing `test_might_fail` to work on a restricted subset of commands, including `git`. Reorder the commands so that `run_with_limited_open_files` comes before `test_might_fail`. This way, `test_might_fail` operates on a git command. Signed-off-by: Denton Liu <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 4d9e7c1 commit 6861ac8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t5324-split-commit-graph.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ test_expect_success ULIMIT_FILE_DESCRIPTORS 'handles file descriptor exhaustion'
399399
for i in $(test_seq 64)
400400
do
401401
test_commit $i &&
402-
test_might_fail run_with_limited_open_files git commit-graph write \
402+
run_with_limited_open_files test_might_fail git commit-graph write \
403403
--split=no-merge --reachable || return 1
404404
done
405405
)

0 commit comments

Comments
 (0)