Description: AHOOOOJ svete
Author: Karel Nejezchleb
Keywords: 

Phases:
  Outside Phase
    condition: condition
      conditionaaaaaaaaaaaa
    condition: conditionoooooooooooo
      condition: conditioneeeeeeeeeee
        conditionesss
        loop: conditionassss
          code: rlRun "abrt-auto-reporting $arg"
          code: get_configured_value
          condition: Test if actualy value in arg is not "enabled" and "disabled"
            wee will seee
            code: rlFail "Mangles the configuration value"
          something which is connected to this loop
          code: OLD=$CONF_VALUE
    condition: conditionsdaswewqw
      conditionttttttttttttt

Expected results:

Additional information:
  Loops:
    for arg in disabled EnAbLeD dIsAblEd enabled no Yes nO yes 0 1
    do
      conditionassss
      rlRun "abrt-auto-reporting $arg"
      get_configured_value
      something which is connected to this loop
      OLD=$CONF_VALUE
    done

  Conditions:
    if [ $year -eq "0" ]; then
      condition
      conditionaaaaaaaaaaaa
    elif [ $year -eq 0 ]; then
      conditionoooooooooooo
      conditionsdaswewqw
    else
      conditionttttttttttttt
    fi

    if [ $year -ne 0 ]; then
      conditioneeeeeeeeeee
      conditionesss
    else
    fi

    if [ $CONF_VALUE != "enabled" ] && [ $CONF_VALUE != "disabled" ]; then
      Test if actualy value in arg is not "enabled" and "disabled"
      wee will seee
      rlFail "Mangles the configuration value"
    fi


