1#! /bin/sh 2# This file has been automatically generated. DO NOT EDIT BY HAND! 3. test-lib.sh 4 5am_test_prefer_config_shell=yes 6# In the spirit of VPATH, we prefer a test in the build tree 7# over one in the source tree. 8for dir in . "$am_top_srcdir"; do 9 if test -f "$dir/t/install-sh-option-S.sh"; then 10 echo "$0: will source $dir/t/install-sh-option-S.sh" 11 . "$dir/t/install-sh-option-S.sh"; exit $? 12 fi 13done 14echo "$0: cannot find wrapped test 't/install-sh-option-S.sh'" >&2 15exit 99 16