diff options
author | ngie <ngie@FreeBSD.org> | 2015-10-26 00:05:02 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-10-26 00:05:02 +0000 |
commit | 74ca3bfeb171ba9ee8c326e7514e929461b7e1f8 (patch) | |
tree | 577c9347291f788266426fa410f822bff1a43d86 /bin | |
parent | 692c6b0c3a2c9016471decef6a935d700667f329 (diff) | |
download | FreeBSD-src-74ca3bfeb171ba9ee8c326e7514e929461b7e1f8.zip FreeBSD-src-74ca3bfeb171ba9ee8c326e7514e929461b7e1f8.tar.gz |
MFC r289488:
Clean up trailing whitespace
Diffstat (limited to 'bin')
-rw-r--r-- | bin/test/tests/legacy_test.sh | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/bin/test/tests/legacy_test.sh b/bin/test/tests/legacy_test.sh index 9229551..8dae88f 100644 --- a/bin/test/tests/legacy_test.sh +++ b/bin/test/tests/legacy_test.sh @@ -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' |