File: tap-no-disable-hard-error-w.sh

package info (click to toggle)
automake-1.14 1%3A1.14.1-4%2Bdeb8u1
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 13,176 kB
  • ctags: 705
  • sloc: sh: 57,794; perl: 11,754; pascal: 644; makefile: 104; ansic: 9
file content (15 lines) | stat: -rw-r--r-- 511 bytes parent folder | download | duplicates (2)
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_tap_implementation=perl
# 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/tap-no-disable-hard-error.sh"; then
    echo "$0: will source $dir/t/tap-no-disable-hard-error.sh"
    . "$dir/t/tap-no-disable-hard-error.sh"; exit $?
  fi
done
echo "$0: cannot find wrapped test 't/tap-no-disable-hard-error.sh'" >&2
exit 99