File: install-sh-unittests-w.sh

package info (click to toggle)
automake-1.16 1%3A1.16.5-1.3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 13,472 kB
  • sloc: sh: 58,894; perl: 14,467; makefile: 115; ansic: 9
file content (15 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/sh
# This file has been automatically generated.  DO NOT EDIT BY HAND!
. test-lib.sh

am_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/install-sh-unittests.sh"; then
    echo "$0: will source $dir/t/install-sh-unittests.sh"
    . "$dir/t/install-sh-unittests.sh"; exit $?
  fi
done
echo "$0: cannot find wrapped test 't/install-sh-unittests.sh'" >&2
exit 99