remove now-redundant tests

This commit is contained in:
Thomas Levine 2016-02-28 19:35:13 +00:00
parent 5b353b9734
commit b6706fcc00
2 changed files with 0 additions and 11 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
tmp=$(mktemp -d)
mkdir -p $tmp/test
../urchin $tmp/test
exit_code=$?
rm -R $tmp
exit $exit_code

View File

@ -1,3 +0,0 @@
#!/bin/sh
exit 0