ATF-log archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

org.NetBSD.atf.src: 55caabd49355964d29e0163fb1a3cc95e556d9a7



#
#
# patch "admin/check-style-shell.awk"
#  from [516de84ea045a8132a20333dde4c223ab9211f05]
#    to [4bbf70ab54c24529544dfc2b671b593dcfab3c96]
#
============================================================
--- admin/check-style-shell.awk 516de84ea045a8132a20333dde4c223ab9211f05
+++ admin/check-style-shell.awk 4bbf70ab54c24529544dfc2b671b593dcfab3c96
@@ -1,7 +1,7 @@
 #
 # Automated Testing Framework (atf)
 #
-# Copyright (c) 2007, 2008, 2009 The NetBSD Foundation, Inc.
+# Copyright (c) 2007, 2008, 2009, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
@@ -82,10 +82,6 @@ BEGIN {
     warn("Use parameter expansion instead of basename");
 }
 
-/dirname[ \t]+/ {
-    warn("Use parameter expansion instead of dirname");
-}
-
 /if[ \t]+(test|![ \t]+test)/ {
     warn("Use [ instead of test");
 }


Home | Main Index | Thread Index | Old Index