remove now-redundant tests
This commit is contained in:
parent
5b353b9734
commit
b6706fcc00
@ -1,8 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
tmp=$(mktemp -d)
|
||||
mkdir -p $tmp/test
|
||||
../urchin $tmp/test
|
||||
exit_code=$?
|
||||
rm -R $tmp
|
||||
exit $exit_code
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user