about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xtests8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests b/tests
index ecb6107..2e92b79 100755
--- a/tests
+++ b/tests
@@ -1,5 +1,5 @@
 #!/bin/sh
-printf '1..42\n'
+printf '1..43\n'
 
 set -e
 
@@ -235,6 +235,12 @@ y
 y
 EOF
 
+printf '# regressions\n'
+
+check_output '0fb64a4 quoting of empty strings' 'printf "foo\n\n" | ./xe -N2 -v true' <<EOF
+true foo ''
+EOF
+
 printf '# limit checks, expecting maximal POSIX limits available\n'
 
 check_output 'argscap check' 'head -c 17711 /dev/zero | tr "\0" "\012" | $XE -N0 -s "echo \$#"' <<EOF