]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/test.tests
bash-5.2 distribution sources and documentation
[thirdparty/bash.git] / tests / test.tests
index 03e2754a5d6df36b6f0d0961152c4b1fbdac81bd..df4b850956faf001999d5a33db827a2b5cae0367 100644 (file)
@@ -358,6 +358,9 @@ t ! -z "$z"
 echo 't ! -n "$z"'
 t ! -n "$z"
 
+echo 't ! ! "$z"'
+t ! ! "$z"
+
 zero=
 echo 't "$zero"'
 t "$zero"