From 198368d6c2b257cd7c4c99337176e744944087e4 Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sat, 26 Jan 2019 10:18:50 -0500 Subject: remove duplicated tests from make test-profiles --- test/profiles/profiles.sh | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'test/profiles') diff --git a/test/profiles/profiles.sh b/test/profiles/profiles.sh index 33729927c..4040e4233 100755 --- a/test/profiles/profiles.sh +++ b/test/profiles/profiles.sh @@ -44,21 +44,3 @@ do ./test-profile.exp $PROFILE done -echo "TESTING: profile syntax (test/profiles/profile_syntax.exp)" -./profile_syntax.exp - -echo "TESTING: profile syntax 2 (test/profiles/profile_syntax2.exp)" -./profile_syntax2.exp - -echo "TESTING: ignore command (test/profiles/ignore.exp)" -./ignore.exp - -echo "TESTING: profile read-only (test/profiles/profile_readonly.exp)" -./profile_readonly.exp - -echo "TESTING: profile read-only links (test/profiles/profile_readonly.exp)" -./profile_followlnk.exp - -echo "TESTING: profile no permissions (test/profiles/profile_noperm.exp)" -./profile_noperm.exp - -- cgit v1.2.3-54-g00ecf