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
46326d4a
Commit
46326d4a
authored
Mar 28, 2018
by
LEFEBVREJP email
Browse files
Fixing search_env_path windows drive letter.
parent
70730697
Pipeline
#12778
failed with stages
in 6 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
radixcore/tests/tstSystem.cc
View file @
46326d4a
...
@@ -213,7 +213,7 @@ TEST(System, SearchEnvPath)
...
@@ -213,7 +213,7 @@ TEST(System, SearchEnvPath)
#ifdef _WIN32
#ifdef _WIN32
app
=
"where.exe"
;
app
=
"where.exe"
;
blessed
=
"
c
:
\\
WINDOWS
\\
System32
\\
where.exe"
;
blessed
=
"
C
:
\\
WINDOWS
\\
System32
\\
where.exe"
;
#elif __APPLE__
#elif __APPLE__
app
=
"ls"
;
app
=
"ls"
;
blessed
=
"/bin/ls"
;
blessed
=
"/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