8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
|
#!/bin/sh
|
||
|
set -e
|
||
|
|
||
|
testdir=$tmp/tests
|
||
|
mkdir -p $testdir
|
||
|
|
||
|
../../urchin -n -t $testdir
|