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, 6 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 8ddbc476f..8c6be8ddd 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -15,6 +15,12 @@ echo "TESTING: blacklist"
15./blacklist.exp 15./blacklist.exp
16rm -fr dir\ with\ space 16rm -fr dir\ with\ space
17 17
18ln -s auto auto2
19echo "TESTING: blacklist directory link"
20./blacklist-link.exp
21rm -fr auto2
22
23
18echo "TESTING: version" 24echo "TESTING: version"
19./option_version.exp 25./option_version.exp
20 26