]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/tilde.tests
Bash-4.3 distribution sources and documentation
[thirdparty/bash.git] / tests / tilde.tests
index 8b2bdb8b2e5ec193c6d39d284fc6c2d4060d9c68..50f19e98a7240555299e5200ce3bffce971ed72f 100644 (file)
@@ -48,6 +48,8 @@ echo "$PPATH"
 declare -x PPATH="$XPATH:~/bin"
 echo "$PPATH"
 
+printf "%q\n" '~'
+
 # more tests of tilde expansion when executing case commands
 case ~ in
 $HOME) echo ok 1;;