diff options
-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 |