Skip to content

Commit abec83f

Browse files
committed
[test] Quote %original_path_env in swift-xcodegen.test
Ensure we can handle a PATH with spaces.
1 parent c5de02f commit abec83f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/BuildSystem/swift-xcodegen.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# RUN: %empty-directory(%t)
22
# RUN: %empty-directory(%t/src/swift/utils)
33
# RUN: %empty-directory(%t/out)
4-
# RUN: export PATH=%original_path_env
4+
# RUN: export PATH="%original_path_env"
55
# RUN: export SWIFTCI_USE_LOCAL_DEPS=1
66

77
# REQUIRES: OS=macosx

0 commit comments

Comments
 (0)