aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/sysutils/sysutils.sh')
-rwxr-xr-xtest/sysutils/sysutils.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/sysutils/sysutils.sh b/test/sysutils/sysutils.sh
index 83fdae96f..354bd0aba 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -121,8 +121,8 @@ fi
121 121
122if command -v wget 122if command -v wget
123then 123then
124 echo "TESTING: wget" 124 echo "TESTING: FIXME: wget"
125 ./wget.exp 125 #./wget.exp # FIXME: Broken in CI
126else 126else
127 echo "TESTING SKIP: wget not found" 127 echo "TESTING SKIP: wget not found"
128fi 128fi