Skip to content

Commit

Permalink
Merge pull request #30 from TheCrether/fix-wlan5g-test-case
Browse files Browse the repository at this point in the history
Fix WLAN_5G test case
  • Loading branch information
jhubig authored Dec 26, 2022
2 parents acf6af1 + 4179a08 commit af89d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fritzBoxShellTest.sh
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ DIRECTORY=$(cd "$dir" && pwd)
source "$DIRECTORY/fritzBoxShellConfig.sh"

## declare an array variable
declare -a services=("WLAN_2G" "WLAN_2G" "WLAN_5G" "WLAN_2G" "WLAN" "LAN" "DSL" "WAN" "LINK" "IGDWAN" "IGDDSL" "IGDIP" "TAM" "OnTel")
declare -a services=("WLAN_2G" "WLAN_2G" "WLAN_5G" "WLAN_5G" "WLAN" "LAN" "DSL" "WAN" "LINK" "IGDWAN" "IGDDSL" "IGDIP" "TAM" "OnTel")
declare -a actions=("STATISTICS" "STATE" "STATISTICS" "STATE" "STATE" "STATE" "STATE" "STATE" "STATE" "STATE" "STATE" "STATE" "0 GetInfo" "GetCallList 1")
declare -a minwords=(3 5 3 5 9 1 1 1 1 1 1 1 5 1)

Expand Down

0 comments on commit af89d4c

Please sign in to comment.