tests
This commit is contained in:
parent
f85970e7a8
commit
2da1544152
3
tests/flags/filepath/no molly guard if test in path
Executable file
3
tests/flags/filepath/no molly guard if test in path
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
../../../urchin .foo
|
3
tests/flags/filepath/warn on non-test
Executable file
3
tests/flags/filepath/warn on non-test
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
! ../../../urchin /tmp/aoeuaoeuaoeuaoeu
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
! ../../../urchin .chainsaw
|
@ -1,4 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
export PATH="$PWD/.bin:$PATH"
|
||||
urchin .test
|
||||
|
2
tests/mac/setup_dir
Executable file
2
tests/mac/setup_dir
Executable file
@ -0,0 +1,2 @@
|
||||
export OLD_PATH="$PATH"
|
||||
export PATH="$PWD/.bin:$PATH"
|
2
tests/mac/teardown_dir
Executable file
2
tests/mac/teardown_dir
Executable file
@ -0,0 +1,2 @@
|
||||
export PATH="$OLD_PATH"
|
||||
unset OLD_PATH
|
Loading…
Reference in New Issue
Block a user