blarg
This commit is contained in:
parent
499b6ee131
commit
a4d09016ab
0
tests/Single file/.test
Executable file
0
tests/Single file/.test
Executable file
1
tests/Single file/.wrappers/setup
Executable file
1
tests/Single file/.wrappers/setup
Executable file
@ -0,0 +1 @@
|
||||
echo setup
|
1
tests/Single file/.wrappers/setup_dir
Executable file
1
tests/Single file/.wrappers/setup_dir
Executable file
@ -0,0 +1 @@
|
||||
echo setup_dir
|
1
tests/Single file/.wrappers/teardown
Executable file
1
tests/Single file/.wrappers/teardown
Executable file
@ -0,0 +1 @@
|
||||
echo teardown
|
1
tests/Single file/.wrappers/teardown_dir
Executable file
1
tests/Single file/.wrappers/teardown_dir
Executable file
@ -0,0 +1 @@
|
||||
echo teardown_dir
|
2
tests/Single file/.wrappers/thetest
Executable file
2
tests/Single file/.wrappers/thetest
Executable file
@ -0,0 +1,2 @@
|
||||
echo thetest
|
||||
exit 1
|
2
tests/Single file/The file must exist.
Executable file
2
tests/Single file/The file must exist.
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
! ../../urchin not-a-file
|
4
tests/Single file/The wrappers should be run.
Normal file
4
tests/Single file/The wrappers should be run.
Normal file
@ -0,0 +1,4 @@
|
||||
tmp=$(mktemp)
|
||||
echo "Using temp file $tmp"
|
||||
../../urchin .wrappers > $tmp
|
||||
diff $tmp .wrapper-expectation
|
Loading…
Reference in New Issue
Block a user