DEBSOURCES
Skip Quicknav
sources / hello / 2.10-3 / debian / tests / upstream-tests
123456789
#!/bin/sh set -e for i in tests/*; do if [ "$i" = "tests/greeting-2" ]; then continue fi echo "Testing $(basename $i) ..." $i done