blob: 6c29c31d5fed4acd539a0a18ffd8f5f5722a0b29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# uClibc args tests
# Licensed under the GNU Library General Public License, see COPYING.LIB
include ../Test.mak
OPTS_arg_test = a b c d e f g h
WRAPPER_arg_test = \
env -i \
ENVVAR=123 \
SOMETHING=sldajfasdf \
BLAHBLAH=" hi hi "
|