aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/fs.sh
diff options
context:
space:
mode:
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