Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Oct 2015 05:51:45 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289488 - head/bin/test/tests
Message-ID:  <201510180551.t9I5pj8j038796@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ngie
Date: Sun Oct 18 05:51:44 2015
New Revision: 289488
URL: https://svnweb.freebsd.org/changeset/base/289488

Log:
  Clean up trailing whitespace
  
  MFC after: 3 days

Modified:
  head/bin/test/tests/legacy_test.sh

Modified: head/bin/test/tests/legacy_test.sh
==============================================================================
--- head/bin/test/tests/legacy_test.sh	Sun Oct 18 05:49:58 2015	(r289487)
+++ head/bin/test/tests/legacy_test.sh	Sun Oct 18 05:51:44 2015	(r289488)
@@ -2,7 +2,7 @@
 
 #-
 # Copyright (c) June 1996 Wolfram Schneider <wosch@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'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510180551.t9I5pj8j038796>