garbage/tests/issue-1-non-unicode-paths.sh

8 lines
125 B
Bash
Raw Permalink Normal View History

2021-09-05 09:47:34 +00:00
#!/usr/bin/env bash
2021-09-06 03:40:22 +00:00
source .common.sh
2021-09-05 09:47:34 +00:00
filename=$'\377'$'\017'$'\224'$'\353'\`$'\001'
touch $filename
2021-09-06 03:40:22 +00:00
garbage put $filename