aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar startx2017 <vradu.startx@yandex.com>2018-05-14 09:34:21 -0400
committerLibravatar startx2017 <vradu.startx@yandex.com>2018-05-14 09:34:21 -0400
commit2626263c69d8b0e9628da7cbc06b635b4bf2ef06 (patch)
tree7ec6da512b60f68705b97cc614b05c43a5b1610c /test/test.sh
parentkrita.profile: allow python (diff)
downloadfirejail-2626263c69d8b0e9628da7cbc06b635b4bf2ef06.tar.gz
firejail-2626263c69d8b0e9628da7cbc06b635b4bf2ef06.tar.zst
firejail-2626263c69d8b0e9628da7cbc06b635b4bf2ef06.zip
remove unused files
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh69
1 files changed, 0 insertions, 69 deletions
diff --git a/test/test.sh b/test/test.sh
deleted file mode 100755
index 756c25650..000000000
--- a/test/test.sh
+++ /dev/null
@@ -1,69 +0,0 @@
1#!/bin/bash
2# This file is part of Firejail project
3# Copyright (C) 2014-2018 Firejail Authors
4# License GPL v2
5
6./chk_config.exp
7
8./fscheck.sh
9
10echo "TESTING: tty (tty.exp)"
11./tty.exp
12
13sleep 1
14rm -fr dir\ with\ space
15mkdir dir\ with\ space
16echo "TESTING: blacklist (blacklist.exp)"
17./blacklist.exp
18sleep 1
19rm -fr dir\ with\ space
20
21ln -s auto auto2
22ln -s /bin auto3
23ln -s /usr/bin auto4
24echo "TESTING: blacklist directory link (blacklist-link.exp)"
25./blacklist-link.exp
26rm -fr auto2
27rm -fr auto3
28rm -fr auto4
29
30echo "TESTING: chroot overlay (option_chroot_overlay.exp)"
31./option_chroot_overlay.exp
32
33echo "TESTING: chroot as user (fs_chroot.exp)"
34./fs_chroot.exp
35
36echo "TESTING: /sys (fs_sys.exp)"
37./fs_sys.exp
38
39echo "TESTING: readonly (option_readonly.exp)"
40ls -al > tmpreadonly
41./option_readonly.exp
42sleep 5
43rm -f tmpreadonly
44
45
46
47echo "TESTING: private directory (private_dir.exp)"
48rm -fr dirprivate
49mkdir dirprivate
50./private_dir.exp
51rm -fr dirprivate
52
53echo "TESTING: private directory profile (private_dir_profile.exp)"
54rm -fr dirprivate
55mkdir dirprivate
56./private_dir_profile.exp
57rm -fr dirprivate
58
59echo "TESTING: overlayfs (fs_overlay.exp)"
60./fs_overlay.exp
61
62echo "TESTING: login SSH (login_ssh.exp)"
63./login_ssh.exp
64
65echo "TESTING: firemon --arp (firemon-arp.exp)"
66./firemon-arp.exp
67
68echo "TESTING: firemon --route (firemon-route.exp)"
69./firemon-route.exp