imip-agent

test_all.sh

1197:16c397f18526
2016-10-08 Paul Boddie Prevent multiple entries for any given event/recurrence in free/busy providers.
     1 #!/bin/sh     2      3 for FILENAME in tests/test_*.sh ; do     4     echo "$FILENAME"     5     "$FILENAME"     6 done