aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2015-10-20 11:01:40 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2015-10-20 11:01:40 -0400
commit45060ec40f0e9790d5e6a503486867951df71300 (patch)
tree1811814d5fbd5f4806c0a8d527806fffc137f5e5 /test/test.sh
parentfixed join/shutdown problem, moving browsers and mail clients to a --shell=no... (diff)
downloadfirejail-45060ec40f0e9790d5e6a503486867951df71300.tar.gz
firejail-45060ec40f0e9790d5e6a503486867951df71300.tar.zst
firejail-45060ec40f0e9790d5e6a503486867951df71300.zip
testing and fixes
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh
index 7d43a5786..c986b5f29 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -12,6 +12,9 @@ done
12 12
13./fscheck.sh 13./fscheck.sh
14 14
15echo "TESTING: invalid filename"
16./invalid_filename.exp
17
15echo "TESTING: environment variables" 18echo "TESTING: environment variables"
16./env.exp 19./env.exp
17 20
@@ -276,9 +279,6 @@ echo "TESTING: profile read-only"
276echo "TESTING: profile tmpfs" 279echo "TESTING: profile tmpfs"
277./profile_tmpfs.exp 280./profile_tmpfs.exp
278 281
279echo "TESTING: profile applications"
280./profile_apps.exp
281
282echo "TESTING: private" 282echo "TESTING: private"
283./private.exp `whoami` 283./private.exp `whoami`
284 284