Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LEFEBVREJP email
radix
Commits
f346f33c
Commit
f346f33c
authored
Mar 28, 2018
by
LEFEBVREJP email
Browse files
Adding search_env_path OSX introspection.
parent
4c4f64e2
Pipeline
#12776
failed with stages
in 6 minutes and 4 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixcore/tests/tstSystem.cc
View file @
f346f33c
...
...
@@ -214,6 +214,9 @@ TEST(System, SearchEnvPath)
#ifdef _WIN32
app
=
"where.exe"
;
blessed
=
"c:
\\
Windows
\\
System32
\\
where.exe"
;
#elif __APPLE__
app
=
"ls"
;
blessed
=
"/bin/ls"
;
#else
app
=
"ls"
;
blessed
=
"/usr/bin/ls"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment