We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
touch
1 parent 64658da commit 3dc6ba8Copy full SHA for 3dc6ba8
tests/test_edam.py
@@ -128,11 +128,11 @@ def test_edam_multiple_hooks(tmpdir):
128
hooks = {
129
"pre_build": [
130
{
131
- "cmd": ["/usr/bin/touch", "hook_1_executed.txt"],
+ "cmd": ["touch", "hook_1_executed.txt"],
132
"name": "hook_1",
133
},
134
135
- "cmd": ["/usr/bin/touch", "hook_2_executed.txt"],
+ "cmd": ["touch", "hook_2_executed.txt"],
136
"name": "hook_2",
137
138
]
0 commit comments