defaults.test 102 B

1234567891011121314151617
  1. #!/bin/sh
  2. test_init()
  3. {
  4. true
  5. }
  6. test_exit()
  7. {
  8. true
  9. }
  10. test_run()
  11. {
  12. die "test_run unimplemented"
  13. }