Skip to content

Commit

Permalink
fixup! fixup! reftests: add scripts test, simple display
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbou committed Feb 23, 2024
1 parent 7057e10 commit 45f0182
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions tests/reftests/init-scripts.win32.test
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,8 @@ OPAM_SWITCH_PREFIX='${BASEDIR}/root/fake'; export OPAM_SWITCH_PREFIX;
PATH='${BASEDIR}/root/fake/bin':"$PATH"; export PATH;
### test -f root/opam-init/variables.zsh
# Return code 1 #
### cat root/opam-init/variables.fish | grep -v man | grep -v MANPATH
# Prefix of the current opam switch
set -gx OPAM_SWITCH_PREFIX '${BASEDIR}/root/fake';
# Binary dir for opam switch fake
set -gx PATH '${BASEDIR}/root/fake/bin' $PATH;
### # ERROR, broken, see opam#5854 testing only its existence
### test -f root/opam-init/variables.fish
### cat root/opam-init/variables.csh | grep -v man | grep -v MANPATH
# Prefix of the current opam switch
if ( ! ${?OPAM_SWITCH_PREFIX} ) setenv OPAM_SWITCH_PREFIX ""
Expand Down

0 comments on commit 45f0182

Please sign in to comment.