This commit is contained in:
Thomas Levine 2016-02-26 18:27:40 +00:00
parent 499b6ee131
commit a4d09016ab
8 changed files with 12 additions and 0 deletions

0
tests/Single file/.test Executable file
View File

View File

@ -0,0 +1 @@
echo setup

View File

@ -0,0 +1 @@
echo setup_dir

View File

@ -0,0 +1 @@
echo teardown

View File

@ -0,0 +1 @@
echo teardown_dir

View File

@ -0,0 +1,2 @@
echo thetest
exit 1

View File

@ -0,0 +1,2 @@
#!/bin/sh
! ../../urchin not-a-file

View File

@ -0,0 +1,4 @@
tmp=$(mktemp)
echo "Using temp file $tmp"
../../urchin .wrappers > $tmp
diff $tmp .wrapper-expectation