aboutsummaryrefslogtreecommitdiffstats
path: root/test/sysutils/sysutils.sh
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-23 07:01:51 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-23 08:08:51 -0300
commitec504406b9227199acac5d9ccbec3741442b68e6 (patch)
tree646cd8e57aaada88a556a2aee251e0149352f6eb /test/sysutils/sysutils.sh
parentupdate disable-devel.inc (diff)
downloadfirejail-ec504406b9227199acac5d9ccbec3741442b68e6.tar.gz
firejail-ec504406b9227199acac5d9ccbec3741442b68e6.tar.zst
firejail-ec504406b9227199acac5d9ccbec3741442b68e6.zip
test: disable broken sysutils strings test
And limit the output of `diff` in the test to avoid logging thousands of lines of a hexdump. Likely broken by commit 3077b2d1f ("update disable-devel.inc", 2023-08-22)[1]. [1] https://github.com/netblue30/firejail/actions/runs/5945120115/job/16123622451
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 f5567ff02..83fdae96f 100755
--- a/test/sysutils/sysutils.sh
+++ b/test/sysutils/sysutils.sh
@@ -137,8 +137,8 @@ fi
137 137
138if command -v strings 138if command -v strings
139then 139then
140 echo "TESTING: strings" 140 echo "TESTING: FIXME: strings"
141 ./strings.exp 141 #./strings.exp # FIXME: Broken since commit 3077b2d1f
142else 142else
143 echo "TESTING SKIP: strings not found" 143 echo "TESTING SKIP: strings not found"
144fi 144fi