svn commit: r289969 - stable/10/bin/test/tests

Garrett Cooper ngie at FreeBSD.org
Mon Oct 26 00:05:04 UTC 2015


Author: ngie
Date: Mon Oct 26 00:05:02 2015
New Revision: 289969
URL: https://svnweb.freebsd.org/changeset/base/289969

Log:
  MFC r289488:
  
  Clean up trailing whitespace

Modified:
  stable/10/bin/test/tests/legacy_test.sh
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/bin/test/tests/legacy_test.sh
==============================================================================
--- stable/10/bin/test/tests/legacy_test.sh	Sun Oct 25 23:59:41 2015	(r289968)
+++ stable/10/bin/test/tests/legacy_test.sh	Mon Oct 26 00:05:02 2015	(r289969)
@@ -2,7 +2,7 @@
 
 #-
 # Copyright (c) June 1996 Wolfram Schneider <wosch at FreeBSD.org>. Berlin.
-# All rights reserved. 
+# All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions
@@ -31,7 +31,7 @@
 # $FreeBSD$
 
 # force a specified test program, e.g. `env test=/bin/test sh regress.sh'
-: ${test=test}		
+: ${test=test}
 
 t ()
 {
@@ -54,13 +54,13 @@ t ()
 count=0
 echo "1..130"
 
-t 0 'b = b' 
-t 0 'b == b' 
-t 1 'b != b' 
-t 0 '\( b = b \)' 
-t 0 '\( b == b \)' 
-t 1 '! \( b = b \)' 
-t 1 '! \( b == b \)' 
+t 0 'b = b'
+t 0 'b == b'
+t 1 'b != b'
+t 0 '\( b = b \)'
+t 0 '\( b == b \)'
+t 1 '! \( b = b \)'
+t 1 '! \( b == b \)'
 t 1 '! -f /etc/passwd'
 
 t 0 '-h = -h'


More information about the svn-src-stable-10 mailing list