Skip to content

Commit

Permalink
Fix ping version in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Maria Cultrera committed Oct 4, 2023
1 parent e609bd8 commit 6cecfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/check_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
source dev-container-features-test-lib

check "execute command" bash -c "man --version"
check "execute command" bash -c "ping --version"
check "execute command" bash -c "ping -V"
check "execute command" bash -c "ipcalc --version"
check "execute command" bash -c "curl --version"
check "execute command" bash -c "wget --version"
Expand Down

0 comments on commit 6cecfad

Please sign in to comment.