aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2019-09-24 14:17:37 +0200
committerLibravatar smitsohu <smitsohu@gmail.com>2019-09-24 14:17:37 +0200
commitda8432359460b17f30c0d73844b7b1049913c9e1 (patch)
treed298e1474164d624d736f2b5d1372d3124dd4e1d /test/fs/fs.sh
parentMerge branch 'master' of https://github.com/netblue30/firejail (diff)
downloadfirejail-da8432359460b17f30c0d73844b7b1049913c9e1.tar.gz
firejail-da8432359460b17f30c0d73844b7b1049913c9e1.tar.zst
firejail-da8432359460b17f30c0d73844b7b1049913c9e1.zip
testing suite fixes: remove shell localization
Diffstat (limited to 'test/fs/fs.sh')
-rwxr-xr-xtest/fs/fs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fs/fs.sh b/test/fs/fs.sh
index e706acd8d..c60d44904 100755
--- a/test/fs/fs.sh
+++ b/test/fs/fs.sh
@@ -70,6 +70,9 @@ echo "TESTING: empty private-etc (test/fs/private-etc-empty.exp)"
70echo "TESTING: private-bin (test/fs/private-bin.exp)" 70echo "TESTING: private-bin (test/fs/private-bin.exp)"
71./private-bin.exp 71./private-bin.exp
72 72
73echo "TESTING: private-cache (test/fs/private-cache.exp)"
74./private-cache.exp
75
73echo "TESTING: private-cwd (test/fs/private-cwd.exp)" 76echo "TESTING: private-cwd (test/fs/private-cwd.exp)"
74./private-cwd.exp 77./private-cwd.exp
75 78
@@ -121,9 +124,6 @@ echo "TESTING: fscheck --tmpfs non root (test/fs/fscheck-tmpfs.exp)"
121echo "TESTING: fscheck --private= (test/fs/fscheck-private.exp)" 124echo "TESTING: fscheck --private= (test/fs/fscheck-private.exp)"
122./fscheck-private.exp 125./fscheck-private.exp
123 126
124echo "TESTING: fscheck --private-cache (test/fs/fscheck-private-cache.exp)"
125./fscheck-private-cache.exp
126
127echo "TESTING: fscheck --read-only= (test/fs/fscheck-readonly.exp)" 127echo "TESTING: fscheck --read-only= (test/fs/fscheck-readonly.exp)"
128./fscheck-readonly.exp 128./fscheck-readonly.exp
129 129