Make test_amis not executable, so nose runs it

In trying to debug changes to the ami mock introduced in 1.1.25,
I noticed that the ami tests were not running.  Turns out that nose does not
run test files that are executable.

http://nose.readthedocs.io/en/latest/finding_tests.html

The ami test file was the only test file I could find that had the executable bit set.
This commit is contained in:
William Richard 2017-12-05 15:47:04 -05:00
parent 272b4802c3
commit 00a4249b74
No known key found for this signature in database
GPG Key ID: F7F8BA4DDBE1ABED

0
tests/test_ec2/test_amis.py Executable file → Normal file
View File