File: color-tests2-w.sh

package info (click to toggle)
automake-1.15 1%3A1.15.1-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,044 kB
  • sloc: sh: 57,259; perl: 11,749; pascal: 643; makefile: 106; ansic: 9
file content (15 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (7)
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_serial_tests=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/color-tests2.sh"; then
    echo "$0: will source $dir/t/color-tests2.sh"
    . "$dir/t/color-tests2.sh"; exit $?
  fi
done
echo "$0: cannot find wrapped test 't/color-tests2.sh'" >&2
exit 99