You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
Fix typo: XCode -> Xcode
This commit is contained in:
@@ -387,7 +387,7 @@ test getoption {
|
||||
|
||||
|
||||
test setxcodeinfo {
|
||||
Set XCode info unit test.
|
||||
Set Xcode info unit test.
|
||||
} -constraints {
|
||||
root
|
||||
} -setup {
|
||||
@@ -399,8 +399,8 @@ test setxcodeinfo {
|
||||
if {![info exists macports::xcodeversion]} {
|
||||
return "FAIL: xcodeversion unset"
|
||||
}
|
||||
return "Set XCode version successful."
|
||||
} -result "Set XCode version successful."
|
||||
return "Set Xcode version successful."
|
||||
} -result "Set Xcode version successful."
|
||||
|
||||
|
||||
test set_developer_dir {
|
||||
|
||||
@@ -23,7 +23,7 @@ proc xcode_binpath {} {
|
||||
}
|
||||
|
||||
test envvariables {
|
||||
Regression test for XCode version.
|
||||
Regression test for Xcode version.
|
||||
} -constraints {
|
||||
darwin
|
||||
} -body {
|
||||
@@ -31,7 +31,7 @@ test envvariables {
|
||||
} -result "xcodeversion >= 2.1"
|
||||
|
||||
test xcode_path {
|
||||
Regression test for XCode path.
|
||||
Regression test for Xcode path.
|
||||
} -constraints {
|
||||
darwin
|
||||
} -body {
|
||||
|
||||
Reference in New Issue
Block a user