1 # @(#)TEST.csh 5.2 (Berkeley) 4/30/93
2 # $FreeBSD: src/bin/test/TEST.csh,v 1.6 1999/08/27 23:15:47 peter Exp $
3 # $DragonFly: src/bin/test/TEST.csh,v 1.2 2003/06/17 04:22:50 dillon Exp $
5 #alias t '/usr/src/bin/test/obj/test \!*; echo $status'
6 alias t '/bin/test \!*; echo $status'
50 echo 't -r /etc/master.passwd'
51 t -r /etc/master.passwd
74 echo 't -w /etc/master.passwd'
75 t -w /etc/master.passwd
96 echo 't "hello" = "hello"'
98 echo 't "hello" = "goodbye"'
101 echo 't "hello" != "hello"'
103 echo 't "hello" != "goodbye"'
104 t "hello" != "goodbye"
136 echo 't 700 -le 1000 -a -n "1" -a "20" = "20"'
137 t 700 -le 1000 -a -n "1" -a "20" = "20"
138 echo 't ! \( 700 -le 1000 -a -n "1" -a "20" = "20" \)'
139 t ! \( 700 -le 1000 -a -n "1" -a "20" = "20" \)