imip-agent

test_all.sh

1181:3e7784f3d9c9
2016-05-13 Paul Boddie Permit unlimited quotas and actually check quotas before considering delegation.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done