summaryrefslogtreecommitdiffstats
path: root/test/arguments/arguments.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/arguments/arguments.sh')
-rwxr-xr-xtest/arguments/arguments.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/arguments/arguments.sh b/test/arguments/arguments.sh
new file mode 100755
index 000000000..a9b3f9587
--- /dev/null
+++ b/test/arguments/arguments.sh
@@ -0,0 +1,17 @@
1#!/bin/bash
2
3echo "TESTING: 1. regular bash session"
4./bashrun.exp
5
6echo "TESTING: 2. symbolic link to firejail"
7./symrun.exp
8
9echo "TESTING: 3. --join option"
10./joinrun.exp
11
12echo "TESTING: 4. --output option"
13./outrun.exp
14rm out
15rm out.*
16
17