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

[ -f argtest ] || make argtest

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.*