| Index: client/tests/rmaptest/rmaptest.py
|
| diff --git a/client/tests/rmaptest/rmaptest.py b/client/tests/rmaptest/rmaptest.py
|
| index ee4befb1a789d791afbf98f76f5ec7120a32cd72..ca2e8306b3c4a7b143193d97195e23d4e09c9d79 100644
|
| --- a/client/tests/rmaptest/rmaptest.py
|
| +++ b/client/tests/rmaptest/rmaptest.py
|
| @@ -21,7 +21,7 @@ class rmaptest(test.test):
|
|
|
| def setup(self):
|
| os.chdir(self.srcdir)
|
| - utils.system('gcc -Wall -o rmaptest rmap-test.c')
|
| + utils.system(utils.get_cc() + ' -Wall -o rmaptest rmap-test.c')
|
|
|
|
|
| def execute(self, args = ''):
|
|
|