aboutsummaryrefslogtreecommitdiffstats
path: root/test/arguments/arguments.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-11-07 14:52:37 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-11-07 14:52:37 -0500
commitc0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1 (patch)
tree589023cc9372bc082123b143e2dd11be3894b9af /test/arguments/arguments.sh
parentgcov support (diff)
downloadfirejail-c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1.tar.gz
firejail-c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1.tar.zst
firejail-c0b5b9acf0324db45a8a60f490e1a29c4ccd0cb1.zip
testing
Diffstat (limited to 'test/arguments/arguments.sh')
-rwxr-xr-xtest/arguments/arguments.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/arguments/arguments.sh b/test/arguments/arguments.sh
index 2f53eb3fa..db4c9b472 100755
--- a/test/arguments/arguments.sh
+++ b/test/arguments/arguments.sh
@@ -4,12 +4,16 @@
4 4
5echo "TESTING: 1. regular bash session" 5echo "TESTING: 1. regular bash session"
6./bashrun.exp 6./bashrun.exp
7sleep 1
7 8
8echo "TESTING: 2. symbolic link to firejail" 9echo "TESTING: 2. symbolic link to firejail"
9./symrun.exp 10./symrun.exp
11rm -fr symtest
12sleep 1
10 13
11echo "TESTING: 3. --join option" 14echo "TESTING: 3. --join option"
12./joinrun.exp 15./joinrun.exp
16sleep 1
13 17
14echo "TESTING: 4. --output option" 18echo "TESTING: 4. --output option"
15./outrun.exp 19./outrun.exp