aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs/fs.sh')
-rwxr-xr-xtest/fs/fs.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/fs/fs.sh b/test/fs/fs.sh
index e06aacee0..0ec714ffa 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -42,8 +42,12 @@ echo "TESTING: read/write /var/tmp (test/fs/fs_var_tmp.exp)"
42./fs_var_tmp.exp 42./fs_var_tmp.exp
43rm -f /var/tmp/_firejail_test_file 43rm -f /var/tmp/_firejail_test_file
44 44
45echo "TESTING: private-lib (test/fs/private-lib.exp)" 45if [ "$(uname -m)" = "x86_64" ]; then
46./private-lib.exp 46 echo "TESTING: private-lib (test/fs/private-lib.exp)"
47 ./private-lib.exp
48else
49 echo "TESTING SKIP: private-lib test implemented only for x86_64."
50fi
47 51
48echo "TESTING: read/write /var/lock (test/fs/fs_var_lock.exp)" 52echo "TESTING: read/write /var/lock (test/fs/fs_var_lock.exp)"
49./fs_var_lock.exp 53./fs_var_lock.exp