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.

test_util_file.test 271 B

123456789101112131415
  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. cp -f "$srcdir/valid.json" .
  10. run_output_test test_util_file "$srcdir"
  11. _err=$?
  12. exit $_err