summaryrefslogtreecommitdiffstats
path: root/test/fcopy/trailing.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-09-05 11:17:07 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-09-05 11:17:07 -0400
commitd7e5a6ac35af9b1d48231c9797f229ea0afcea5a (patch)
tree36954d87369331bf971ef434ce3e44c3ec07b18b /test/fcopy/trailing.exp
parentimprove safe_fd() function for better readability and auditability (diff)
downloadfirejail-d7e5a6ac35af9b1d48231c9797f229ea0afcea5a.tar.gz
firejail-d7e5a6ac35af9b1d48231c9797f229ea0afcea5a.tar.zst
firejail-d7e5a6ac35af9b1d48231c9797f229ea0afcea5a.zip
cleanup
Diffstat (limited to 'test/fcopy/trailing.exp')
-rwxr-xr-xtest/fcopy/trailing.exp25
1 files changed, 0 insertions, 25 deletions
diff --git a/test/fcopy/trailing.exp b/test/fcopy/trailing.exp
deleted file mode 100755
index bd51a2b7b..000000000
--- a/test/fcopy/trailing.exp
+++ /dev/null
@@ -1,25 +0,0 @@
1#!/usr/bin/expect -f
2# This file is part of Firejail project
3# Copyright (C) 2014-2018 Firejail Authors
4# License GPL v2
5
6#
7# copy directory src to dest
8#
9set timeout 10
10spawn $env(SHELL)
11match_max 100000
12
13send -- "firejail --private-etc=group,passwd,firejail/ ls /etc/firejail\r"
14expect {
15 timeout {puts "TESTING ERROR 0\n";exit}
16 "Child process initialized"
17}
18expect {
19 timeout {puts "TESTING ERROR 0\n";exit}
20 "0ad.profile"
21}
22after 100
23
24
25puts "\nall done\n"