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

8 lines
125 B
Bash
Raw Normal View History

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