Skip to content

Commit

Permalink
Update also the test script for utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Maria Cultrera committed Oct 4, 2023
1 parent d9eb1c1 commit 70e70ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/utils/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ set -e
# Provides the 'check' and 'reportResults' commands.
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 70e70ee

Please sign in to comment.