urchin/tests/Urchin should do a sanity check so that directories like the user home are not specified as tests./Urchin should warn if it is run on something that does not look like a test.

6 lines
87 B
Plaintext
Raw Permalink Normal View History

2012-10-11 15:47:08 -04:00
#!/bin/sh
2016-02-26 11:23:41 -05:00
tmp=$(mktemp -d)/blah
echo '#!/usr/bin/env true' > $tmp
! ../../urchin $tmp