summary refs log tree commit diff
path: root/bin/cash/tests/expansion/ifs7.0
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/cash/tests/expansion/ifs7.05
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/cash/tests/expansion/ifs7.0 b/bin/cash/tests/expansion/ifs7.0
deleted file mode 100644
index d04514c1..00000000
--- a/bin/cash/tests/expansion/ifs7.0
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD: releng/12.0/bin/sh/tests/expansion/ifs7.0 280920 2015-03-31 20:59:37Z jilles $
-
-IFS=2
-set -- $((123))
-[ "$#|$1|$2|$3" = "2|1|3|" ]
June McEnroe 2019-10-23Track nick changesJune McEnroe 2019-10-23Rename Command to MessageJune McEnroe 2019-10-23Synchronize state after client registrationJune McEnroe 2019-10-23Send to server if client has no needsJune McEnroe 2019-10-23Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe