aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-03-09 09:51:47 -0500
committerLibravatar netblue30 <netblue30@yahoo.com>2016-03-09 09:51:47 -0500
commitdc3564b18f1eafde1ccf46e722f8c2a9c1ee8555 (patch)
tree6178c2c6fc5912a63f5d54b1e3562d7049270418 /test/test.sh
parentfs work (diff)
downloadfirejail-dc3564b18f1eafde1ccf46e722f8c2a9c1ee8555.tar.gz
firejail-dc3564b18f1eafde1ccf46e722f8c2a9c1ee8555.tar.zst
firejail-dc3564b18f1eafde1ccf46e722f8c2a9c1ee8555.zip
fixes
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index d7e9e2aed..0ef816717 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -9,6 +9,9 @@
9echo "TESTING: nice (nice.exp)" 9echo "TESTING: nice (nice.exp)"
10./nice.exp 10./nice.exp
11 11
12echo "TESTING: tty (tty.exp)"
13./tty.exp
14
12echo "TESTING: protocol (protocol.exp)" 15echo "TESTING: protocol (protocol.exp)"
13./protocol.exp 16./protocol.exp
14 17