Skip to content

Commit

Permalink
screened 2024-05-22 13:54:54+00:00
Browse files Browse the repository at this point in the history
  • Loading branch information
bfrk committed May 22, 2024
1 parent c106a32 commit 6e004c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions tests/issue1465_ortryrunning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,8 @@
. lib # Load some portability helpers.
darcs init --repo R # Create our test repo.

# work around issue2720
cat <<EOF > security
#!/bin/sh
/usr/bin/security "$@"
EOF
chmod +x ./security
# work around issue2720 (MacOS)
ln -s /usr/bin/security .

FAKE_EDITOR_HOME=`pwd`
cat <<FAKE > editor-good.hs
Expand Down
8 changes: 2 additions & 6 deletions tests/issue2333.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@

require_ghc 706

# work around issue2720
cat <<EOF > security
#!/bin/sh
/usr/bin/security "$@"
EOF
chmod +x ./security
# work around issue2720 (MacOS)
ln -s /usr/bin/security .

darcs init --repo R # Create our test repos.
darcs init --repo S
Expand Down

0 comments on commit 6e004c3

Please sign in to comment.