aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test.sh b/test/test.sh
index 7d43a5786..c986b5f29 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -12,6 +12,9 @@ done
12 12
13./fscheck.sh 13./fscheck.sh
14 14
15echo "TESTING: invalid filename"
16./invalid_filename.exp
17
15echo "TESTING: environment variables" 18echo "TESTING: environment variables"
16./env.exp 19./env.exp
17 20
@@ -276,9 +279,6 @@ echo "TESTING: profile read-only"
276echo "TESTING: profile tmpfs" 279echo "TESTING: profile tmpfs"
277./profile_tmpfs.exp 280./profile_tmpfs.exp
278 281
279echo "TESTING: profile applications"
280./profile_apps.exp
281
282echo "TESTING: private" 282echo "TESTING: private"
283./private.exp `whoami` 283./private.exp `whoami`
284 284