blob: cc5a56c5e70464279f6b5512ef33d5b0525bf6cf (
plain)
1
2
3
4
5
6
7
8
9
|
# uClibc-ng args tests
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
OPTS_arg_test = a b c d e f g h
WRAPPER_arg_test = \
env -i \
ENVVAR=123 \
SOMETHING=sldajfasdf \
BLAHBLAH=" hi hi "
|