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