From 2d0d9a4080a5fd54c4914227843ae3e609bad1cb Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 12 Jan 2023 11:33:47 -0500 Subject: rel 0.9.72 testing: cleanup make test-private-lib --- test/fs/fs.sh | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'test/fs/fs.sh') diff --git a/test/fs/fs.sh b/test/fs/fs.sh index 697c86d3d..677b753fc 100755 --- a/test/fs/fs.sh +++ b/test/fs/fs.sh @@ -45,17 +45,6 @@ echo "TESTING: read/write /var/tmp (test/fs/fs_var_tmp.exp)" ./fs_var_tmp.exp rm -f /var/tmp/_firejail_test_file -if [[ $(uname -m) == "x86_64" ]]; then - fjconfig=/etc/firejail/firejail.config - printf 'private-lib yes\n' | sudo tee -a "$fjconfig" >/dev/null - echo "TESTING: private-lib (test/fs/private-lib.exp)" - ./private-lib.exp - printf '%s\n' "$(sed '/^private-lib yes$/d' "$fjconfig")" | - sudo tee "$fjconfig" >/dev/null -else - echo "TESTING SKIP: private-lib test implemented only for x86_64." -fi - echo "TESTING: read/write /var/lock (test/fs/fs_var_lock.exp)" ./fs_var_lock.exp rm -f /var/lock/_firejail_test_file -- cgit v1.2.3-70-g09d2