aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-10-21 15:05:42 -0300
committerEuAndreh <eu@euandre.org>2022-10-21 15:05:42 -0300
commit5131d2400fe7f1b47ba26b93ebc0b291ea5f07b3 (patch)
tree0e70c3d85949044399db3ac426530891deace8f6
parentshare/man/man1/ootb.1: Remove standalone manpage (diff)
downloaddotfiles-5131d2400fe7f1b47ba26b93ebc0b291ea5f07b3.tar.gz
dotfiles-5131d2400fe7f1b47ba26b93ebc0b291ea5f07b3.tar.xz
opt/tests/x-tests.sh: Remove unused test files
-rwxr-xr-xopt/tests/x-tests.sh12
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