#-
# 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
# $FreeBSD$
# force a specified test program, e.g. `env test=/bin/test sh regress.sh'
-: ${test=test}
+: ${test=test}
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'