Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked frompoise/python

Commitd6bcc45

Browse files
committed
- After rebasing and accepting Opscode's source stanza it broke our source test.
+ It will now look in /usr/local/bin/python + It will run /usr/local/bin/python to get the version numberSigned-off-by: Scott M. Likens <scott@likens.us>
1 parent2e9c012 commitd6bcc45

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bats
22

33
@test"python bin should exist" {
4-
[-x"/opt/bin/python" ]
4+
[-x"/usr/local/bin/python" ]
55
}
66

7-
@test"python should be version 2.7.1" {
8-
/opt/bin/python -c'import sys; print sys.version'| grep'2.7.1'
7+
@test"python should be version 2.7.5" {
8+
/usr/local/bin/python -c'import sys; print sys.version'| grep'2.7.5'
99
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp