From 0c47e3585f3e4a2f365ad83c81f9095712fc34f3 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Wed, 1 Jun 2016 11:40:24 -0400 Subject: fixed globbing dot files --- test/fs/fs.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/fs/fs.sh') diff --git a/test/fs/fs.sh b/test/fs/fs.sh index b49aadf02..08888020c 100755 --- a/test/fs/fs.sh +++ b/test/fs/fs.sh @@ -45,6 +45,9 @@ echo "TESTING: blacklist directory (test/fs/option_blacklist.exp)" echo "TESTING: blacklist file (test/fs/option_blacklist_file.exp)" ./option_blacklist_file.exp +echo "TESTING: blacklist glob (test/fs/option_blacklist_glob.exp)" +./option_blacklist_glob.exp + echo "TESTING: bind as user (test/fs/option_bind_user.exp)" ./option_bind_user.exp -- cgit v1.2.3-54-g00ecf