| 123456789101112131415 | #! /bin/sh# This file has been automatically generated.  DO NOT EDIT BY HAND!. test-lib.sham_test_prefer_config_shell=yes# In the spirit of VPATH, we prefer a test in the build tree# over one in the source tree.for dir in . "$am_top_srcdir"; do  if test -f "$dir/t/ar-lib.sh"; then    echo "$0: will source $dir/t/ar-lib.sh"    . "$dir/t/ar-lib.sh"; exit $?  fidoneecho "$0: cannot find wrapped test 't/ar-lib.sh'" >&2exit 99
 |