Unit Tests
- Modified the test_hooks/* scripts to use /bin/sh, which is portable. When using /bin/bash, Cygwin and FreeBSD silently fail.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
# The on-modify event is triggered separately for each task modified. This hook
|
||||
# script can accept/reject the modification. Processing will continue.
|
||||
|
||||
Reference in New Issue
Block a user