summary refs log tree commit diff
path: root/bin/cash/tests/expansion/cmdsubst24.0
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-01-10 20:19:51 -0500
committerJune McEnroe <june@causal.agency>2019-01-10 20:19:51 -0500
commitfb2b96be043fdba3ab70f256cad339b848b8c30f (patch)
tree8f5147243cfcebc7fdc1a616aeadd88e9bfe207b /bin/cash/tests/expansion/cmdsubst24.0
parentRemove funcs (diff)
downloadsrc-fb2b96be043fdba3ab70f256cad339b848b8c30f.tar.gz
src-fb2b96be043fdba3ab70f256cad339b848b8c30f.zip
Remove cash/tests
Diffstat (limited to '')
-rw-r--r--bin/cash/tests/expansion/cmdsubst24.024
1 files changed, 0 insertions, 24 deletions
diff --git a/bin/cash/tests/expansion/cmdsubst24.0 b/bin/cash/tests/expansion/cmdsubst24.0
deleted file mode 100644
index e13a673f..00000000
--- a/bin/cash/tests/expansion/cmdsubst24.0
+++ /dev/null
@@ -1,24 +0,0 @@
-# $FreeBSD: releng/12.0/bin/sh/tests/expansion/cmdsubst24.0 317347 2017-04-23 21:58:17Z jilles $
-# POSIX leaves the effect of NUL bytes in command substitution output
-# unspecified but we have always discarded them.
-
-failures=0
-
-check() {
-	if [ "$2" != "$3" ]; then
-		printf "Failed at line %s: got \"%s\" expected \"%s\"\n" "$1" "$2" "$3"
-		: $((failures += 1))
-	fi
-}
-
-fmt='\0a\0 \0b\0c d\0'
-assign_builtin=$(printf "$fmt")
-check "$LINENO" "$assign_builtin" "a bc d"
-assign_pipeline=$(printf "$fmt" | cat)
-check "$LINENO" "$assign_pipeline" "a bc d"
-set -- $(printf "$fmt") $(printf "$fmt" | cat) "$(printf "$fmt")" "$(printf "$fmt" | cat)" 
-IFS=@
-splits="$*"
-check "$LINENO" "$splits" "a@bc@d@a@bc@d@a bc d@a bc d"
-
-[ "$failures" = 0 ]
/bin/hi.c?id=5a442ec0a42c7e4572343953dc69c46a14ea7801&follow=1'>Match Tag in RustJune McEnroe 2019-02-18Match sh functions as TagJune McEnroe 2019-02-18Match Sh and Ss as Tag in mdocJune McEnroe 2019-02-18Match statics and typedefs as TagJune McEnroe 2019-02-18Clean up htmlHeaderJune McEnroe 2019-02-18Remove hi line numberingJune McEnroe 2019-02-18Add Tag class to hiJune McEnroe 2019-02-17Generate HTML with hi -n -f html -o anchorJune McEnroe 2019-02-17Add hi -f html -o anchor for line number linksJune McEnroe 2019-02-17Simplify temp trap in upJune McEnroe 2019-02-17Add line numbers to hiJune McEnroe 2019-02-17Always split spans after newlinesJune McEnroe 2019-02-15Color format specifiers light cyan in vimJune McEnroe 2019-02-15Highlight Interp as yellowJune McEnroe 2019-02-15Highlight strings in sh command substitutionsJune McEnroe 2019-02-15Add nmap gpJune McEnroe 2019-02-14Avoid newline when copying URL to pasteboardJune McEnroe 2019-02-13Add forgotten "sixth" book of H2G2June McEnroe