changeset 421:1ca548d46c8e

Test suite comment tweaks.
author Rob Landley <rob@landley.net>
date Thu, 02 Feb 2012 07:29:09 -0600
parents eda61bcf575a
children 82d70cff7357
files scripts/test/sort.test scripts/test/testing.sh
diffstat 2 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/test/sort.test	Thu Feb 02 07:28:06 2012 -0600
+++ b/scripts/test/sort.test	Thu Feb 02 07:29:09 2012 -0600
@@ -1,10 +1,9 @@
 #!/bin/bash
 
-# SUSv3 compliant sort tests.
-# Copyright 2005 by Rob Landley <rob@landley.net>
-# Licensed under GPL v2, see file LICENSE for details.
+# SUSv4 compliant sort tests.
+# Copyright 2005, 2012 by Rob Landley <rob@landley.net>
 
-. testing.sh
+[ -f testing.sh ] && . testing.sh
 
 # The basic tests.  These should work even with the small config.
 
--- a/scripts/test/testing.sh	Thu Feb 02 07:28:06 2012 -0600
+++ b/scripts/test/testing.sh	Thu Feb 02 07:29:09 2012 -0600
@@ -34,6 +34,8 @@
 
 # Helper functions
 
+# Check config to see if option is enabled, set SKIP if not.
+
 optional()
 {
   option=`echo "$OPTIONFLAGS" | egrep "(^|:)$1(:|\$)"`