aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2021-06-21 02:00:20 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2021-06-21 02:00:20 +0200
commit1a66c8b80579f1ede797d46e603fbb6e83e926f7 (patch)
tree5ec1a233fd9e3b63713708cc2b7869da1bd0d8c5
parenttmpfs option enhancements (diff)
downloadfirejail-1a66c8b80579f1ede797d46e603fbb6e83e926f7.tar.gz
firejail-1a66c8b80579f1ede797d46e603fbb6e83e926f7.tar.zst
firejail-1a66c8b80579f1ede797d46e603fbb6e83e926f7.zip
testing
-rwxr-xr-xtest/fs/fscheck-tmpfs.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fs/fscheck-tmpfs.exp b/test/fs/fscheck-tmpfs.exp
index 8dd08aa72..78b6efb76 100755
--- a/test/fs/fscheck-tmpfs.exp
+++ b/test/fs/fscheck-tmpfs.exp
@@ -41,7 +41,7 @@ after 500
41send -- "firejail --noprofile --tmpfs=/tmp/fjtest-dir\r" 41send -- "firejail --noprofile --tmpfs=/tmp/fjtest-dir\r"
42expect { 42expect {
43 timeout {puts "TESTING ERROR 5\n";exit} 43 timeout {puts "TESTING ERROR 5\n";exit}
44 "Error" 44 "Warning: you are not allowed to mount a tmpfs"
45} 45}
46after 500 46after 500
47 47