-- These tests are for the CurryModulePath (CMP) -- show the contents of the CMP :path -- add /home path to CMP. should not complain :path /home -- add it again. should give a warning :path /home -- show the contents of the CMP. should contain /home :path -- remove /home from CMP. should succeed. :path -/home -- show the contents of the CMP. should NOT contain /home :path -- adding or removing non existing paths should produce a warning :path /doesnotexist :path - /doesnotexist -- multiple colon (:) separated paths can be added and removed :path /home:/bin :path :path -/home:/bin :path -- paths should be "normalized" :path .:.. :path :path - .:.. :path