From a3aa375f59535bfbe0aecdaabdeb40bc419125e1 Mon Sep 17 00:00:00 2001 From: William Deegan Date: Mon, 28 Nov 2016 10:35:43 -0800 Subject: fix test to work after updates to ar.py tool --- test/RANLIB/RANLIBFLAGS.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/RANLIB/RANLIBFLAGS.py b/test/RANLIB/RANLIBFLAGS.py index 0de0cdc..e13bac8 100644 --- a/test/RANLIB/RANLIBFLAGS.py +++ b/test/RANLIB/RANLIBFLAGS.py @@ -42,8 +42,8 @@ test.file_fixture('wrapper.py') test.write('SConstruct', """ foo = Environment(LIBS = ['foo'], LIBPATH = ['.']) -bar = Environment(LIBS = ['bar'], LIBPATH = ['.'], RANLIB = '', - RANLIBFLAGS = foo.subst(r'%(_python_)s wrapper.py $RANLIB $RANLIBFLAGS')) +bar = Environment(LIBS = ['bar'], LIBPATH = ['.'], RANLIB = r'%(_python_)s wrapper.py', + RANLIBFLAGS = foo.subst(r'$RANLIB $RANLIBFLAGS')) foo.Library(target = 'foo', source = 'foo.c') bar.Library(target = 'bar', source = 'bar.c') -- cgit v0.12