aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/test.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-05-21 21:09:24 +0000
committerrsc <devnull@localhost>2007-05-21 21:09:24 +0000
commitf9888587c7ddef21afbcd5d3d8373e66462a8832 (patch)
treef6c2da56c97667f451a6507937f3f753c2ebab80 /src/cmd/test.c
parent29412e1c31070ae006ced13ff614ea3690518cc0 (diff)
downloadplan9port-f9888587c7ddef21afbcd5d3d8373e66462a8832.tar.gz
plan9port-f9888587c7ddef21afbcd5d3d8373e66462a8832.tar.bz2
plan9port-f9888587c7ddef21afbcd5d3d8373e66462a8832.zip
oops
Diffstat (limited to 'src/cmd/test.c')
-rw-r--r--src/cmd/test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/test.c b/src/cmd/test.c
index 7ee052c4..6ab01b18 100644
--- a/src/cmd/test.c
+++ b/src/cmd/test.c
@@ -12,6 +12,8 @@
#include <u.h>
#include <libc.h>
+#define isatty plan9_isatty
+
#define EQ(a,b) ((tmp=a)==0?0:(strcmp(tmp,b)==0))
int ap;