mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-08-17 21:25:50 +02:00
git-svn-id: file:///svn/unbound/trunk@12 be551aaa-1e26-0410-a405-d3ace91eadb9
8 lines
104 B
Bash
Executable File
8 lines
104 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd testdata;
|
|
for test in `ls *.tpkg`; do
|
|
echo $test
|
|
tpkg -a ../.. exe $test
|
|
done
|