diff options
Diffstat (limited to 'spec/support')
-rwxr-xr-x | spec/support/gl_id_test_hook | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/support/gl_id_test_hook b/spec/support/gl_id_test_hook new file mode 100755 index 0000000..bf5874d --- /dev/null +++ b/spec/support/gl_id_test_hook @@ -0,0 +1,2 @@ +#!/bin/sh +printenv GL_ID | grep -q '^key_1$' |