This commit is contained in:
Thomas Levine 2012-10-11 14:34:17 -04:00
parent f85970e7a8
commit 2da1544152
11 changed files with 10 additions and 4 deletions

View File

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

View File

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

View File

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

View File

@ -1,4 +1,3 @@
#!/bin/sh
export PATH="$PWD/.bin:$PATH"
urchin .test

2
tests/mac/setup_dir Executable file
View File

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

2
tests/mac/teardown_dir Executable file
View File

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