aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 20:55:46 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-28 20:55:46 -0400
commit1fd6be4f67955f765d63f0c4956166cff47c108b (patch)
tree1d2f997bfc9fa1380437ff3a1279cd71aceb8be0 /test
parentremoved pwd from test/utils (diff)
downloadfirejail-1fd6be4f67955f765d63f0c4956166cff47c108b.tar.gz
firejail-1fd6be4f67955f765d63f0c4956166cff47c108b.tar.zst
firejail-1fd6be4f67955f765d63f0c4956166cff47c108b.zip
removed pwd from test/profiles
Diffstat (limited to 'test')
-rwxr-xr-xtest/profiles/profile_syntax.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/profiles/profile_syntax.exp b/test/profiles/profile_syntax.exp
index 2b1ec7797..dd6b637ed 100755
--- a/test/profiles/profile_syntax.exp
+++ b/test/profiles/profile_syntax.exp
@@ -29,7 +29,7 @@ expect {
29} 29}
30 30
31sleep 1 31sleep 1
32send -- "rmdir;pwd\r" 32send -- "rmdir\r"
33expect { 33expect {
34 timeout {puts "TESTING ERROR 4\n";exit} 34 timeout {puts "TESTING ERROR 4\n";exit}
35 "Permission denied" 35 "Permission denied"
@@ -51,4 +51,4 @@ expect {
51send -- "exit\r" 51send -- "exit\r"
52 52
53sleep 1 53sleep 1
54puts "\n" 54puts "\nall done\n"