]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - tests/unicode3.sub
bash-5.0 distribution sources and documentation
[thirdparty/bash.git] / tests / unicode3.sub
index b39f1d3ca58c48cffa5c3ef3c97ca5fd58e80ce7..cb1b8732880ae76e4cf2886add410e94c38aa695 100644 (file)
@@ -1,4 +1,6 @@
 export LANG=en_US.UTF-8        # make sure
+
+cd $TMPDIR     # try to avoid NFS artifacts
 payload=$'\065\247\100\063\231\053\306\123\070\237\242\352\263'
 "$payload"
 
@@ -6,4 +8,5 @@ cd "$payload"
 printf %q "$payload"
 echo
 
-set -x ; : "$payload"
+set -x ; : "$payload" ; set +x
+cd $OLDPWD