You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

test1.test 211 B

123456789101112
  1. #!/bin/sh
  2. # Common definitions
  3. if test -z "$srcdir"; then
  4. srcdir="${0%/*}"
  5. test "$srcdir" = "$0" && srcdir=.
  6. test -z "$srcdir" && srcdir=.
  7. fi
  8. . "$srcdir/test-defs.sh"
  9. run_output_test test1
  10. exit $?