urchin/tests.old/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.
2016-02-28 18:24:14 +00:00

6 lines
87 B
Bash
Executable File

#!/bin/sh
tmp=$(mktemp -d)/blah
echo '#!/usr/bin/env true' > $tmp
! ../../urchin $tmp