imip-agent

test_all.sh

1217:4fb4dff5cbc1
2017-04-02 Paul Boddie Added new changelog entries.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done