randyk 2003/07/12 16:35:30
Modified: t TEST.win32
Log:
minor cleanup
Revision Changes Path
1.10 +5 -7 modperl/t/TEST.win32
Index: TEST.win32
===================================================================
RCS file: /home/cvs/modperl/t/TEST.win32,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- TEST.win32 12 Jul 2003 23:29:44 -0000 1.9
+++ TEST.win32 12 Jul 2003 23:35:30 -0000 1.10
@@ -69,14 +69,12 @@
}
# change the paths so everybody agrees on which files to use
-#
-my $pwd = cwd();
-# this is to make sure apache knows which files to take
-# : apparently apache uner Win32
-
-# change directories to the installation directory so "./t"
-# references do not work
+# this is to make sure apache knows which files to take :
+# apparently apache uner Win32
+# change directories to the installation directory so "./t"
+# references do not work
+my $pwd = cwd();
unless (-e $bak) {
copy($conf, $bak) or die "Copying $conf to $bak failed: $!";
}