diff options
author | EuAndreh <eu@euandre.org> | 2022-10-21 15:05:42 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-10-21 15:05:42 -0300 |
commit | 5131d2400fe7f1b47ba26b93ebc0b291ea5f07b3 (patch) | |
tree | 0e70c3d85949044399db3ac426530891deace8f6 | |
parent | share/man/man1/ootb.1: Remove standalone manpage (diff) | |
download | dotfiles-5131d2400fe7f1b47ba26b93ebc0b291ea5f07b3.tar.gz dotfiles-5131d2400fe7f1b47ba26b93ebc0b291ea5f07b3.tar.xz |
opt/tests/x-tests.sh: Remove unused test files
-rwxr-xr-x | opt/tests/x-tests.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/opt/tests/x-tests.sh b/opt/tests/x-tests.sh deleted file mode 100755 index 4cb6faf..0000000 --- a/opt/tests/x-tests.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -set -eu - -perl ~/.usr/bin/x2 echo -perl ~/.usr/bin/x2 echo '&&' echo - -# Quoting stuff works -perl bin/x2 echo "'abc\'" - -# "OR" has a stronger precedence -perl bin/x2 echo a '||' this-executable-does-not-exist -# FIXME |