undo reorganization
[buildfarm-server.git] / trunk / cgi-bin / envtest.pl
diff --git a/trunk/cgi-bin/envtest.pl b/trunk/cgi-bin/envtest.pl
deleted file mode 100644 (file)
index f86621f..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/usr/bin/perl
-
-print "Content-Type: text/plain\n\n";
-
-print "Conf: $ENV{BFConfDir}\n";
-
-print `pwd`;
-
-print `id`;
-
-foreach my $key (sort keys %ENV)
-{
-  my $val = $ENV{$key};
-  print "$key=$val\n";
-}