Fix dirpath shell script generated from makefile
[openafs.git] / src / tests / afs-newcell.pl
index 606bc00..1bfbe31 100755 (executable)
@@ -511,15 +511,9 @@ my $username = $admin;
 $username=~s:/:.:g;   # convert kerberos separators to afs separators.
 
 #-----------------------------------------------------------------------------
-# Prereq: Save the paths and setup configuration in a form that is easily
+# Prereq: Save the setup configuration in a form that is easily
 # read by the shell scripts.
 #
-open(CONF, "> dirpath.conf") or die "error: Cannot open file dirpath.conf for writing: $!\n";
-my ($n, $v);
-while(($n,$v)=each(%{$path})) {
-  print CONF "$n=$v\n";
-}
-close CONF;
 open(CONF, "> run-tests.conf") or die "error: Cannot open file run-tests.conf for writing: $!\n";
   print CONF <<"__CONF__";
 CELLNAME=$cellname