summaryrefslogtreecommitdiff
path: root/json-c/src/tests/test4.test
blob: 4e8147ec9562ad2a915a9ac652fa0a71ee005196 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# Common definitions
if test -z "$srcdir"; then
    srcdir="${0%/*}"
    test "$srcdir" = "$0" && srcdir=.
    test -z "$srcdir" && srcdir=.
fi
. "$srcdir/test-defs.sh"

run_output_test test4
exit $?