From 25417843af4872fc58ea6d8edc0c0713a6337bde Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/builtins/case7.0 | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 bin/1sh/tests/builtins/case7.0 (limited to 'bin/1sh/tests/builtins/case7.0') diff --git a/bin/1sh/tests/builtins/case7.0 b/bin/1sh/tests/builtins/case7.0 deleted file mode 100644 index 09d8689a..00000000 --- a/bin/1sh/tests/builtins/case7.0 +++ /dev/null @@ -1,24 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/builtins/case7.0 302829 2016-07-14 09:34:42Z ache $ - -# Character ranges in a locale other than the POSIX locale, not specified -# by POSIX. - -unset LC_ALL -LC_CTYPE=de_DE.ISO8859-1 -export LC_CTYPE -LC_COLLATE=de_DE.ISO8859-1 -export LC_COLLATE - -c1=e -# o umlaut -c2=$(printf '\366') - -case $c1$c2 in -[a-z][a-z]) ;; -*) echo wrong at $LINENO ;; -esac - -case $c1$c2 in -[a-f][n-p]) ;; -*) echo wrong at $LINENO ;; -esac -- cgit 1.4.1 ecb6c6d42d8e0a9284897c90d6047f8ad8842'>refs log tree commit diff
path: root/www/temp.causal.agency (unfollow)
Commit message (Collapse)Author
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe