summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-31 07:03:13 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-05-31 07:03:13 +0000
commitaae667d242665d2e7b60caf2c752ad3001bf88c6 (patch)
treee7136b349c7f1e554a0632f783beeb683249dad1
parent1c01f22d93ed22a489c98ac56032d0a7108f0ed6 (diff)
* test/test_syslog.rb: remove executable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--[-rwxr-xr-x]test/test_syslog.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 85de30cb87..34a427f08d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat May 31 16:02:03 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
+
+ * test/test_syslog.rb: remove executable.
+
Sat May 31 08:58:32 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* enc/unicode.c (init_case_fold_table): no longer need to
diff --git a/test/test_syslog.rb b/test/test_syslog.rb
index e079d71c4e..05d85981a3 100755..100644
--- a/test/test_syslog.rb
+++ b/test/test_syslog.rb
@@ -1,7 +1,3 @@
-#!/usr/bin/env ruby
-# $RoughId: test.rb,v 1.9 2002/02/25 08:20:14 knu Exp $
-# $Id$
-
# Please only run this test on machines reasonable for testing.
# If in doubt, ask your admin.