remove mac test

This commit is contained in:
Thomas Levine 2012-10-11 14:52:39 -04:00
parent a9558acec0
commit 9beaa250df
4 changed files with 0 additions and 11 deletions

View File

@ -1,4 +0,0 @@
#!/bin/sh
echo This is broken on Mac. 1>&2
exit 1

View File

@ -1,3 +0,0 @@
#!/bin/sh
urchin .test

View File

@ -1,2 +0,0 @@
export OLD_PATH="$PATH"
export PATH="$PWD/.bin:$PATH"

View File

@ -1,2 +0,0 @@
export PATH="$OLD_PATH"
unset OLD_PATH