Skip to content

Commit

Permalink
UPD: win test for 4861 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed May 10, 2024
1 parent e269049 commit 8679d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/reftests/env.win32.test
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The following actions will be performed:
Done.
### opam env --shell=cmd | grep "PATH" | 'XXX:.*' -> ''
set "MANPATH=:"${BASEDIR}/OPAM/rewriting/man""
set "PATH=${BASEDIR}/OPAM/rewriting/bin;C:\Devel\bin1;C:\Devel\bin2;C:\Devel\bin3;C:\Devel\bin4;ZZZ:\;
set PATH=${BASEDIR}/OPAM/rewriting/bin;C:\Devel\bin1;C:\Devel\bin2;C:\Devel\bin3;C:\Devel\bin4;ZZZ:\;
### opam exec -- opam env --shell=cmd --revert | grep 'ZZZ:' | 'ZZZ:\\.*' -> 'ZZZ:\'
### : Test for #5838
### opam env | grep MANPATH
Expand Down

0 comments on commit 8679d29

Please sign in to comment.