1#!/bin/sh
2. ./defs || exit 1
3
4run_fakeroot -- \
5 ${posixshell} -c 'RET="$('"${srcdir}"'/echo_arg 3 a b c d e)"; echo RET=$RET; test "$RET" = "b"'
6