summaryrefslogtreecommitdiffstats
path: root/test/test-profile.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-21 14:37:53 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-21 14:37:53 -0400
commitad2f7bc496e3cc83bca2381515312dd2ef6fc7f1 (patch)
tree0a923afb486b1f13ab35d26138cdbf51e0961aec /test/test-profile.exp
parent--read-write option (diff)
downloadfirejail-ad2f7bc496e3cc83bca2381515312dd2ef6fc7f1.tar.gz
firejail-ad2f7bc496e3cc83bca2381515312dd2ef6fc7f1.tar.zst
firejail-ad2f7bc496e3cc83bca2381515312dd2ef6fc7f1.zip
make test-profiles
Diffstat (limited to 'test/test-profile.exp')
-rwxr-xr-xtest/test-profile.exp20
1 files changed, 0 insertions, 20 deletions
diff --git a/test/test-profile.exp b/test/test-profile.exp
deleted file mode 100755
index a03e8db31..000000000
--- a/test/test-profile.exp
+++ /dev/null
@@ -1,20 +0,0 @@
1#!/usr/bin/expect -f
2
3set timeout 10
4spawn $env(SHELL)
5match_max 100000
6
7if { $argc != 1 } {
8 puts "TESTING ERROR: argument missing"
9 puts "Usage: test-profile.exp profile_name"
10 exit
11}
12
13send -- "firejail --profile=$argv /bin/bash\r"
14expect {
15 timeout {puts "TESTING ERROR 0\n";exit}
16 "Child process initialized"
17}
18send -- "exit\r"
19after 100
20puts "\n"