Bash-4.3 distribution sources and documentation
[platform/upstream/bash.git] / tests / tilde.tests
index 8b2bdb8..50f19e9 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;;