diff options
Diffstat (limited to 'test/postinstall/cpp_app/test_transform.sh')
| -rwxr-xr-x | test/postinstall/cpp_app/test_transform.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/postinstall/cpp_app/test_transform.sh b/test/postinstall/cpp_app/test_transform.sh new file mode 100755 index 00000000..3f4e69ec --- /dev/null +++ b/test/postinstall/cpp_app/test_transform.sh @@ -0,0 +1,6 @@ +#!/bin/sh +. ../common.sh + +PROGRAM_TRANSFORM="$(./cpp_app -t)" + +test_transform "${PROGRAM_TRANSFORM}" |
