aboutsummaryrefslogtreecommitdiffstats
path: root/test/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.sh')
-rwxr-xr-xtest/test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/test.sh b/test/test.sh
index 8c6be8ddd..8d49468b3 100755
--- a/test/test.sh
+++ b/test/test.sh
@@ -16,9 +16,13 @@ echo "TESTING: blacklist"
16rm -fr dir\ with\ space 16rm -fr dir\ with\ space
17 17
18ln -s auto auto2 18ln -s auto auto2
19ln -s /bin auto3
20ln -s /usr/bin auto4
19echo "TESTING: blacklist directory link" 21echo "TESTING: blacklist directory link"
20./blacklist-link.exp 22./blacklist-link.exp
21rm -fr auto2 23rm -fr auto2
24rm -fr auto3
25rm -fr auto4
22 26
23 27
24echo "TESTING: version" 28echo "TESTING: version"