]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed minor problem in regtest script.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 30 Oct 2002 15:23:05 +0000 (15:23 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 30 Oct 2002 15:23:05 +0000 (15:23 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1271

tests/vg_regtest.in

index 56d37d16a28c4e7098c56a26b3347a4e6bce9bc4..688b69879e20d902896eb3b2325c59d0ed085f7a 100755 (executable)
@@ -343,9 +343,11 @@ sub summarise_results
 #----------------------------------------------------------------------------
 
 # undefine $VALGRIND_OPTS
-if ( exists $ENV{VALGRIND_OPTS} ) {
-  undef $ENV{VALGRIND_OPTS};
-}
+# (Commented out 2002-Oct-30;  was causing "Use of uninitialized value in undef
+#  operator" warning  --njn)
+# if ( exists $ENV{VALGRIND_OPTS} ) {
+#   undef $ENV{VALGRIND_OPTS};
+# }
 
 my @fs = process_command_line();
 foreach my $f (@fs) {