diff options
Diffstat (limited to 'test-env.in')
-rw-r--r-- | test-env.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-env.in b/test-env.in new file mode 100644 index 0000000..1ab197a --- /dev/null +++ b/test-env.in @@ -0,0 +1,5 @@ +#!/bin/sh + +"@abs_top_builddir@/pre-inst-env" "$@" + +exit $? |