summaryrefslogtreecommitdiffstats
path: root/test/arguments/arguments.sh
blob: a9b3f9587242ce03c77f24f4d859027a1af82088 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/bash

echo "TESTING: 1. regular bash session"
./bashrun.exp

echo "TESTING: 2. symbolic link to firejail"
./symrun.exp

echo "TESTING: 3. --join option"
./joinrun.exp

echo "TESTING: 4. --output option"
./outrun.exp
rm out
rm out.*