should force a fail

This commit is contained in:
root
2019-09-20 07:37:59 +00:00
parent a35d0eae5e
commit ad3927485c

View File

@@ -34,6 +34,7 @@ class TC_Filesystem < Test::Unit::TestCase
user_cred=YAML.load_file(test_file)
x= user_cred['beef']['credentials']
assert_equal({"passwd"=>"beef", "user"=>"beef"}, x, 'The default creds are not set' )
exit 1
end
def test_install_file