From 6319cbd4dcec63e9a07ce88e169820fc653613e9 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Tue, 18 Oct 2022 23:46:45 -0300 Subject: opt/tests/x-tests.sh: Add WIP markers for more tests to be added --- opt/tests/x-tests.sh | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/opt/tests/x-tests.sh b/opt/tests/x-tests.sh index fe46354..4cb6faf 100755 --- a/opt/tests/x-tests.sh +++ b/opt/tests/x-tests.sh @@ -1,5 +1,12 @@ #!/bin/sh set -eu -x echo -x echo '&&' echo +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 -- cgit v1.2.3