aboutsummaryrefslogtreecommitdiff
path: root/minishell_test/result_config.cfg
blob: aac2388c2167912afd16af0eb3017a9fefefab43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[minishell_test]
bonus = true

[shell]
available_commands = 
	rmdir
	env
	cat
	touch
	ls
	grep
	sh
	head
path_variable = /home/cacharles/.cache/minishell_test/bin

[reference]
path = /bin/bash
args = []

[timeout]
test = 0.5
leaks = 10