diff options
author | James Booth <boothj5@gmail.com> | 2015-05-26 23:22:05 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-26 23:22:05 +0100 |
commit | e2fa67faff94bd4cb867837632c59dfa0d633c87 (patch) | |
tree | cffb0d6d4bff9e4afb0a4d00491d179113295531 /expecttest.c | |
parent | c2fde7c2639f318f8d4839955e7b7e17456e0564 (diff) | |
download | profani-tty-e2fa67faff94bd4cb867837632c59dfa0d633c87.tar.gz |
Use libexpect in stabber test
Diffstat (limited to 'expecttest.c')
-rw-r--r-- | expecttest.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/expecttest.c b/expecttest.c index 6e54b447..5038b7a7 100644 --- a/expecttest.c +++ b/expecttest.c @@ -52,8 +52,6 @@ int main(void) "</presence>" )); - stbbr_send(); - write(fd, QUIT_CMD, strlen(QUIT_CMD)); sleep(1); |