From 91f06c38c1dd8fd7c8f71637128faf6dbc9b460e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/parser/heredoc11.0 | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 bin/1sh/tests/parser/heredoc11.0 (limited to 'bin/1sh/tests/parser/heredoc11.0') diff --git a/bin/1sh/tests/parser/heredoc11.0 b/bin/1sh/tests/parser/heredoc11.0 deleted file mode 100644 index ed255593..00000000 --- a/bin/1sh/tests/parser/heredoc11.0 +++ /dev/null @@ -1,26 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/parser/heredoc11.0 222134 2011-05-20 16:03:36Z jilles $ - -failures='' - -check() { - if eval "[ $* ]"; then - : - else - echo "Failed: $*" - failures=x$failures - fi -} - -check '`cat < IRC client
summary refs log tree commit diff
Commit message (Expand)Author
2020-02-11Use time_t for save signatureJune McEnroe
2020-02-11Set self.nick to * initiallyJune McEnroe
2020-02-11Define ColorCap instead of hardcoding 100June McEnroe
2020-02-11Move hash to top of chat.hJune McEnroe
2020-02-11Move base64 out of chat.hJune McEnroe
2020-02-11Move XDG_SUBDIR out of chat.hJune McEnroe
2020-02-11Fix whois idle unit calculationJune McEnroe
2020-02-11Cast towupper to wchar_tJune McEnroe
2020-02-11Cast set but unused variables to voidJune McEnroe
2020-02-11Declare strlcatJune McEnroe
2020-02-11Check if VDSUSP existsJune McEnroe
2020-02-11Fix completeReplace iterationJune McEnroe
2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe
2020-02-11Remove legacy codeJune McEnroe
2020-02-11Add INSTALLING section to READMEJune McEnroe