wscript
changeset 4202 272cabf60878
parent 4195 e0a27ec2991a
child 4326 179f86838e62
--- a/wscript	Sat Feb 21 22:09:08 2009 +0000
+++ b/wscript	Sat Feb 21 22:50:04 2009 +0000
@@ -256,9 +256,6 @@
         conf.env['NS3_ENABLED_MODULES'] = ['ns3-'+mod for mod in
                                            Options.options.enable_modules.split(',')]
 
-    # we cannot run regression tests without diff
-    conf.find_program('diff', var='DIFF')
-
     # for suid bits
     conf.find_program('sudo', var='SUDO')
 
@@ -464,9 +461,6 @@
             Options.options.compile_targets = os.path.basename(program_name)
 
     if Options.options.regression or Options.options.regression_generate:
-        if not env['DIFF']:
-            raise Utils.WafError("Cannot run regression tests: the 'diff' program is not installed.")
-
         regression_traces = env['REGRESSION_TRACES']
         if not regression_traces:
             raise Utils.WafError("Cannot run regression tests: reference traces directory not given"