it('should correctly handle collisions when the wrong override has been provided', () => {
                    const initalStateCommands = normalizeCommands('test', '/path', commandsObject);
                    expect(() => processCommands('test2', '/path2', {
                        run: {
                            command: 'git status',