From 70e70ee0ff6c6d031917c1236d784fd63db76705 Mon Sep 17 00:00:00 2001 From: Francesco Maria Cultrera Date: Wed, 4 Oct 2023 13:52:08 +0000 Subject: [PATCH] Update also the test script for utils --- test/utils/test.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/utils/test.sh b/test/utils/test.sh index 0ad1b68..bd55aaa 100644 --- a/test/utils/test.sh +++ b/test/utils/test.sh @@ -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"