aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 5fe01eb2a..83d249b4f 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -4,6 +4,14 @@
4 4
5./fscheck.sh 5./fscheck.sh
6 6
7echo "TESTING: private-etc"
8./private-etc.exp
9
10mkdir dir\ with\ space
11echo "TESTING: blacklist"
12./blacklist.exp
13rm -fr dir\ with\ space
14
7echo "TESTING: version" 15echo "TESTING: version"
8./option_version.exp 16./option_version.exp
9 17